@pulumi/gitlab 9.12.0-alpha.1782457766 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/applicationSettings.d.ts +48 -18
- package/applicationSettings.d.ts.map +1 -1
- package/applicationSettings.js +8 -2
- package/applicationSettings.js.map +1 -1
- package/branchProtection.d.ts +48 -52
- package/branchProtection.d.ts.map +1 -1
- package/branchProtection.js +30 -24
- package/branchProtection.js.map +1 -1
- package/getGroup.d.ts +114 -2
- package/getGroup.d.ts.map +1 -1
- package/getGroup.js.map +1 -1
- package/getGroupHook.d.ts +40 -6
- package/getGroupHook.d.ts.map +1 -1
- package/getGroupHook.js.map +1 -1
- package/getGroupLabel.d.ts +125 -0
- package/getGroupLabel.d.ts.map +1 -0
- package/getGroupLabel.js +93 -0
- package/getGroupLabel.js.map +1 -0
- package/getGroupLabels.d.ts +74 -0
- package/getGroupLabels.d.ts.map +1 -0
- package/getGroupLabels.js +79 -0
- package/getGroupLabels.js.map +1 -0
- package/getGroupProtectedBranch.d.ts +82 -0
- package/getGroupProtectedBranch.d.ts.map +1 -0
- package/getGroupProtectedBranch.js +61 -0
- package/getGroupProtectedBranch.js.map +1 -0
- package/getGroupProtectedBranches.d.ts +54 -0
- package/getGroupProtectedBranches.d.ts.map +1 -0
- package/getGroupProtectedBranches.js +59 -0
- package/getGroupProtectedBranches.js.map +1 -0
- package/getProject.d.ts +355 -57
- package/getProject.d.ts.map +1 -1
- package/getProject.js +0 -6
- package/getProject.js.map +1 -1
- package/getProjectHook.d.ts +36 -6
- package/getProjectHook.d.ts.map +1 -1
- package/getProjectHook.js.map +1 -1
- package/getProjectMembership.d.ts +4 -40
- package/getProjectMembership.d.ts.map +1 -1
- package/getProjectMembership.js +0 -6
- package/getProjectMembership.js.map +1 -1
- package/getProjectProtectedBranch.d.ts +8 -21
- package/getProjectProtectedBranch.d.ts.map +1 -1
- package/getProjectProtectedBranch.js +0 -4
- package/getProjectProtectedBranch.js.map +1 -1
- package/getProjectProtectedBranches.d.ts +1 -10
- package/getProjectProtectedBranches.d.ts.map +1 -1
- package/getProjectProtectedBranches.js +0 -2
- package/getProjectProtectedBranches.js.map +1 -1
- package/getProjectServiceAccount.d.ts +97 -0
- package/getProjectServiceAccount.d.ts.map +1 -0
- package/getProjectServiceAccount.js +89 -0
- package/getProjectServiceAccount.js.map +1 -0
- package/getProjects.d.ts +22 -10
- package/getProjects.d.ts.map +1 -1
- package/getProjects.js +2 -0
- package/getProjects.js.map +1 -1
- package/getSystemHook.d.ts +111 -0
- package/getSystemHook.d.ts.map +1 -0
- package/getSystemHook.js +81 -0
- package/getSystemHook.js.map +1 -0
- package/getSystemHooks.d.ts +50 -0
- package/getSystemHooks.d.ts.map +1 -0
- package/getSystemHooks.js +73 -0
- package/getSystemHooks.js.map +1 -0
- package/group.d.ts +12 -0
- package/group.d.ts.map +1 -1
- package/group.js +2 -0
- package/group.js.map +1 -1
- package/groupAccessToken.d.ts +3 -3
- package/groupBranchProtection.d.ts +185 -0
- package/groupBranchProtection.d.ts.map +1 -0
- package/groupBranchProtection.js +146 -0
- package/groupBranchProtection.js.map +1 -0
- package/groupCluster.d.ts +1 -1
- package/groupCluster.js +1 -1
- package/groupDeployToken.d.ts +3 -3
- package/groupHook.d.ts +75 -3
- package/groupHook.d.ts.map +1 -1
- package/groupHook.js +15 -1
- package/groupHook.js.map +1 -1
- package/{integrationHarbor.d.ts → groupIntegrationHarbor.d.ts} +39 -43
- package/groupIntegrationHarbor.d.ts.map +1 -0
- package/{integrationHarbor.js → groupIntegrationHarbor.js} +30 -34
- package/groupIntegrationHarbor.js.map +1 -0
- package/groupSamlLink.d.ts +3 -3
- package/groupSavedReply.d.ts +78 -0
- package/groupSavedReply.d.ts.map +1 -0
- package/{deployToken.js → groupSavedReply.js} +19 -45
- package/groupSavedReply.js.map +1 -0
- package/groupServiceAccount.d.ts +12 -0
- package/groupServiceAccount.d.ts.map +1 -1
- package/groupServiceAccount.js +2 -0
- package/groupServiceAccount.js.map +1 -1
- package/groupServiceAccountAccessToken.d.ts +3 -3
- package/index.d.ts +45 -48
- package/index.d.ts.map +1 -1
- package/index.js +67 -86
- package/index.js.map +1 -1
- package/instanceCluster.d.ts +1 -1
- package/instanceCluster.js +1 -1
- package/integrationSlack.d.ts +0 -18
- package/integrationSlack.d.ts.map +1 -1
- package/integrationSlack.js +0 -2
- package/integrationSlack.js.map +1 -1
- package/memberRole.d.ts +3 -3
- package/package.json +2 -2
- package/personalAccessToken.d.ts +3 -3
- package/project.d.ts +36 -234
- package/project.d.ts.map +1 -1
- package/project.js +6 -26
- package/project.js.map +1 -1
- package/projectAccessToken.d.ts +3 -3
- package/projectCluster.d.ts +1 -1
- package/projectCluster.js +1 -1
- package/projectDeployToken.d.ts +3 -3
- package/projectHook.d.ts +103 -0
- package/projectHook.d.ts.map +1 -1
- package/projectHook.js +30 -1
- package/projectHook.js.map +1 -1
- package/projectIntegrationDatadog.d.ts +200 -0
- package/projectIntegrationDatadog.d.ts.map +1 -0
- package/{integrationGithub.js → projectIntegrationDatadog.js} +44 -45
- package/projectIntegrationDatadog.js.map +1 -0
- package/{integrationMicrosoftTeams.d.ts → projectIntegrationGoogleChat.d.ts} +35 -95
- package/projectIntegrationGoogleChat.d.ts.map +1 -0
- package/{integrationMicrosoftTeams.js → projectIntegrationGoogleChat.js} +12 -50
- package/projectIntegrationGoogleChat.js.map +1 -0
- package/projectIntegrationJira.d.ts +12 -12
- package/projectJobTokenScopes.d.ts +5 -21
- package/projectJobTokenScopes.d.ts.map +1 -1
- package/projectJobTokenScopes.js +6 -3
- package/projectJobTokenScopes.js.map +1 -1
- package/projectLabel.d.ts +12 -0
- package/projectLabel.d.ts.map +1 -1
- package/projectLabel.js +2 -0
- package/projectLabel.js.map +1 -1
- package/projectLevelMrApprovals.d.ts +21 -3
- package/projectLevelMrApprovals.d.ts.map +1 -1
- package/projectLevelMrApprovals.js +2 -0
- package/projectLevelMrApprovals.js.map +1 -1
- package/projectMergeRequestNote.d.ts +3 -3
- package/projectProtectedEnvironment.d.ts +4 -22
- package/projectProtectedEnvironment.d.ts.map +1 -1
- package/projectProtectedEnvironment.js +1 -3
- package/projectProtectedEnvironment.js.map +1 -1
- package/projectPushMirror.d.ts +12 -0
- package/projectPushMirror.d.ts.map +1 -1
- package/projectPushMirror.js +2 -0
- package/projectPushMirror.js.map +1 -1
- package/projectSavedReply.d.ts +78 -0
- package/projectSavedReply.d.ts.map +1 -0
- package/{label.js → projectSavedReply.js} +16 -24
- package/projectSavedReply.js.map +1 -0
- package/projectServiceAccount.d.ts +152 -0
- package/projectServiceAccount.d.ts.map +1 -0
- package/{integrationPipelinesEmail.js → projectServiceAccount.js} +42 -35
- package/projectServiceAccount.js.map +1 -0
- package/projectShareGroup.d.ts +2 -20
- package/projectShareGroup.d.ts.map +1 -1
- package/projectShareGroup.js +3 -2
- package/projectShareGroup.js.map +1 -1
- package/projectTargetBranchRule.d.ts +1 -1
- package/projectTargetBranchRule.js +1 -1
- package/systemHook.d.ts +50 -6
- package/systemHook.d.ts.map +1 -1
- package/systemHook.js +9 -1
- package/systemHook.js.map +1 -1
- package/types/input.d.ts +95 -249
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +1168 -168
- package/types/output.d.ts.map +1 -1
- package/userImpersonationToken.d.ts +3 -3
- package/userSavedReply.d.ts +66 -0
- package/userSavedReply.d.ts.map +1 -0
- package/userSavedReply.js +82 -0
- package/userSavedReply.js.map +1 -0
- package/deployToken.d.ts +0 -147
- package/deployToken.d.ts.map +0 -1
- package/deployToken.js.map +0 -1
- package/integrationCustomIssueTracker.d.ts +0 -142
- package/integrationCustomIssueTracker.d.ts.map +0 -1
- package/integrationCustomIssueTracker.js +0 -130
- package/integrationCustomIssueTracker.js.map +0 -1
- package/integrationEmailsOnPush.d.ts +0 -198
- package/integrationEmailsOnPush.d.ts.map +0 -1
- package/integrationEmailsOnPush.js +0 -137
- package/integrationEmailsOnPush.js.map +0 -1
- package/integrationExternalWiki.d.ts +0 -137
- package/integrationExternalWiki.d.ts.map +0 -1
- package/integrationExternalWiki.js +0 -126
- package/integrationExternalWiki.js.map +0 -1
- package/integrationGithub.d.ts +0 -156
- package/integrationGithub.d.ts.map +0 -1
- package/integrationGithub.js.map +0 -1
- package/integrationHarbor.d.ts.map +0 -1
- package/integrationHarbor.js.map +0 -1
- package/integrationJenkins.d.ts +0 -190
- package/integrationJenkins.d.ts.map +0 -1
- package/integrationJenkins.js +0 -138
- package/integrationJenkins.js.map +0 -1
- package/integrationJira.d.ts +0 -299
- package/integrationJira.d.ts.map +0 -1
- package/integrationJira.js +0 -159
- package/integrationJira.js.map +0 -1
- package/integrationMattermost.d.ts +0 -352
- package/integrationMattermost.d.ts.map +0 -1
- package/integrationMattermost.js +0 -163
- package/integrationMattermost.js.map +0 -1
- package/integrationMicrosoftTeams.d.ts.map +0 -1
- package/integrationMicrosoftTeams.js.map +0 -1
- package/integrationPipelinesEmail.d.ts +0 -123
- package/integrationPipelinesEmail.d.ts.map +0 -1
- package/integrationPipelinesEmail.js.map +0 -1
- package/integrationRedmine.d.ts +0 -136
- package/integrationRedmine.d.ts.map +0 -1
- package/integrationRedmine.js +0 -131
- package/integrationRedmine.js.map +0 -1
- package/integrationTelegram.d.ts +0 -253
- package/integrationTelegram.d.ts.map +0 -1
- package/integrationTelegram.js +0 -184
- package/integrationTelegram.js.map +0 -1
- package/label.d.ts +0 -108
- package/label.d.ts.map +0 -1
- package/label.js.map +0 -1
- package/projectMirror.d.ts +0 -166
- package/projectMirror.d.ts.map +0 -1
- package/projectMirror.js +0 -131
- package/projectMirror.js.map +0 -1
- package/runner.d.ts +0 -188
- package/runner.d.ts.map +0 -1
- package/runner.js +0 -122
- package/runner.js.map +0 -1
package/integrationJenkins.js
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
-
}) : function(o, v) {
|
|
18
|
-
o["default"] = v;
|
|
19
|
-
});
|
|
20
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
-
if (mod && mod.__esModule) return mod;
|
|
22
|
-
var result = {};
|
|
23
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
-
__setModuleDefault(result, mod);
|
|
25
|
-
return result;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.IntegrationJenkins = void 0;
|
|
29
|
-
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
-
const utilities = __importStar(require("./utilities"));
|
|
31
|
-
/**
|
|
32
|
-
* The `gitlab.IntegrationJenkins` resource manages the lifecycle of a project integration with Jenkins.
|
|
33
|
-
*
|
|
34
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationJenkins`instead.
|
|
35
|
-
*
|
|
36
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#jenkins)
|
|
37
|
-
*
|
|
38
|
-
* ## Example Usage
|
|
39
|
-
*
|
|
40
|
-
* ```typescript
|
|
41
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
43
|
-
*
|
|
44
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
45
|
-
* name: "awesome_project",
|
|
46
|
-
* description: "My awesome project.",
|
|
47
|
-
* visibilityLevel: "public",
|
|
48
|
-
* });
|
|
49
|
-
* const jenkins = new gitlab.IntegrationJenkins("jenkins", {
|
|
50
|
-
* project: awesomeProject.id,
|
|
51
|
-
* jenkinsUrl: "http://jenkins.example.com",
|
|
52
|
-
* projectName: "my_project_name",
|
|
53
|
-
* });
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* ## Import
|
|
57
|
-
*
|
|
58
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationJenkins`. For example:
|
|
59
|
-
*
|
|
60
|
-
* Importing using the CLI is supported with the following syntax:
|
|
61
|
-
*
|
|
62
|
-
* You can import a gitlab.IntegrationJenkins state using `terraform import <resource> <project_id>`:
|
|
63
|
-
*
|
|
64
|
-
* ```sh
|
|
65
|
-
* $ pulumi import gitlab:index/integrationJenkins:IntegrationJenkins jenkins 1
|
|
66
|
-
* ```
|
|
67
|
-
*/
|
|
68
|
-
class IntegrationJenkins extends pulumi.CustomResource {
|
|
69
|
-
/**
|
|
70
|
-
* Get an existing IntegrationJenkins resource's state with the given name, ID, and optional extra
|
|
71
|
-
* properties used to qualify the lookup.
|
|
72
|
-
*
|
|
73
|
-
* @param name The _unique_ name of the resulting resource.
|
|
74
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
75
|
-
* @param state Any extra arguments used during the lookup.
|
|
76
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
77
|
-
*/
|
|
78
|
-
static get(name, id, state, opts) {
|
|
79
|
-
return new IntegrationJenkins(name, state, { ...opts, id: id });
|
|
80
|
-
}
|
|
81
|
-
/** @internal */
|
|
82
|
-
static __pulumiType = 'gitlab:index/integrationJenkins:IntegrationJenkins';
|
|
83
|
-
/**
|
|
84
|
-
* Returns true if the given object is an instance of IntegrationJenkins. This is designed to work even
|
|
85
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
86
|
-
*/
|
|
87
|
-
static isInstance(obj) {
|
|
88
|
-
if (obj === undefined || obj === null) {
|
|
89
|
-
return false;
|
|
90
|
-
}
|
|
91
|
-
return obj['__pulumiType'] === IntegrationJenkins.__pulumiType;
|
|
92
|
-
}
|
|
93
|
-
constructor(name, argsOrState, opts) {
|
|
94
|
-
let resourceInputs = {};
|
|
95
|
-
opts = opts || {};
|
|
96
|
-
if (opts.id) {
|
|
97
|
-
const state = argsOrState;
|
|
98
|
-
resourceInputs["active"] = state?.active;
|
|
99
|
-
resourceInputs["enableSslVerification"] = state?.enableSslVerification;
|
|
100
|
-
resourceInputs["jenkinsUrl"] = state?.jenkinsUrl;
|
|
101
|
-
resourceInputs["mergeRequestEvents"] = state?.mergeRequestEvents;
|
|
102
|
-
resourceInputs["password"] = state?.password;
|
|
103
|
-
resourceInputs["project"] = state?.project;
|
|
104
|
-
resourceInputs["projectName"] = state?.projectName;
|
|
105
|
-
resourceInputs["pushEvents"] = state?.pushEvents;
|
|
106
|
-
resourceInputs["tagPushEvents"] = state?.tagPushEvents;
|
|
107
|
-
resourceInputs["username"] = state?.username;
|
|
108
|
-
}
|
|
109
|
-
else {
|
|
110
|
-
const args = argsOrState;
|
|
111
|
-
if (args?.jenkinsUrl === undefined && !opts.urn) {
|
|
112
|
-
throw new Error("Missing required property 'jenkinsUrl'");
|
|
113
|
-
}
|
|
114
|
-
if (args?.project === undefined && !opts.urn) {
|
|
115
|
-
throw new Error("Missing required property 'project'");
|
|
116
|
-
}
|
|
117
|
-
if (args?.projectName === undefined && !opts.urn) {
|
|
118
|
-
throw new Error("Missing required property 'projectName'");
|
|
119
|
-
}
|
|
120
|
-
resourceInputs["enableSslVerification"] = args?.enableSslVerification;
|
|
121
|
-
resourceInputs["jenkinsUrl"] = args?.jenkinsUrl;
|
|
122
|
-
resourceInputs["mergeRequestEvents"] = args?.mergeRequestEvents;
|
|
123
|
-
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
124
|
-
resourceInputs["project"] = args?.project;
|
|
125
|
-
resourceInputs["projectName"] = args?.projectName;
|
|
126
|
-
resourceInputs["pushEvents"] = args?.pushEvents;
|
|
127
|
-
resourceInputs["tagPushEvents"] = args?.tagPushEvents;
|
|
128
|
-
resourceInputs["username"] = args?.username;
|
|
129
|
-
resourceInputs["active"] = undefined /*out*/;
|
|
130
|
-
}
|
|
131
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
132
|
-
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
133
|
-
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
134
|
-
super(IntegrationJenkins.__pulumiType, name, resourceInputs, opts);
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
exports.IntegrationJenkins = IntegrationJenkins;
|
|
138
|
-
//# sourceMappingURL=integrationJenkins.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationJenkins.js","sourceRoot":"","sources":["../integrationJenkins.ts"],"names":[],"mappings":"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"}
|
package/integrationJira.d.ts
DELETED
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* The `gitlab.IntegrationJira` resource manages the lifecycle of a project integration with Jira.
|
|
4
|
-
*
|
|
5
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationJira` instead.
|
|
6
|
-
*
|
|
7
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#jira-issues)
|
|
8
|
-
*
|
|
9
|
-
* ## Example Usage
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
14
|
-
*
|
|
15
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
16
|
-
* name: "awesome_project",
|
|
17
|
-
* description: "My awesome project.",
|
|
18
|
-
* visibilityLevel: "public",
|
|
19
|
-
* });
|
|
20
|
-
* const jira = new gitlab.IntegrationJira("jira", {
|
|
21
|
-
* project: awesomeProject.id,
|
|
22
|
-
* url: "https://jira.example.com",
|
|
23
|
-
* username: "user",
|
|
24
|
-
* password: "mypass",
|
|
25
|
-
* });
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* ## Import
|
|
29
|
-
*
|
|
30
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationJira`. For example:
|
|
31
|
-
*
|
|
32
|
-
* Importing using the CLI is supported with the following syntax:
|
|
33
|
-
*
|
|
34
|
-
* You can import a gitlab.IntegrationJira state using the project ID, for example:
|
|
35
|
-
*
|
|
36
|
-
* ```sh
|
|
37
|
-
* $ pulumi import gitlab:index/integrationJira:IntegrationJira jira 1
|
|
38
|
-
* ```
|
|
39
|
-
*/
|
|
40
|
-
export declare class IntegrationJira extends pulumi.CustomResource {
|
|
41
|
-
/**
|
|
42
|
-
* Get an existing IntegrationJira resource's state with the given name, ID, and optional extra
|
|
43
|
-
* properties used to qualify the lookup.
|
|
44
|
-
*
|
|
45
|
-
* @param name The _unique_ name of the resulting resource.
|
|
46
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
47
|
-
* @param state Any extra arguments used during the lookup.
|
|
48
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
49
|
-
*/
|
|
50
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IntegrationJiraState, opts?: pulumi.CustomResourceOptions): IntegrationJira;
|
|
51
|
-
/**
|
|
52
|
-
* Returns true if the given object is an instance of IntegrationJira. This is designed to work even
|
|
53
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
54
|
-
*/
|
|
55
|
-
static isInstance(obj: any): obj is IntegrationJira;
|
|
56
|
-
/**
|
|
57
|
-
* Whether the integration is active.
|
|
58
|
-
*/
|
|
59
|
-
readonly active: pulumi.Output<boolean>;
|
|
60
|
-
/**
|
|
61
|
-
* The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
|
|
62
|
-
*/
|
|
63
|
-
readonly apiUrl: pulumi.Output<string>;
|
|
64
|
-
/**
|
|
65
|
-
* Enable comments inside Jira issues on each GitLab event (commit / merge request)
|
|
66
|
-
*/
|
|
67
|
-
readonly commentOnEventEnabled: pulumi.Output<boolean>;
|
|
68
|
-
/**
|
|
69
|
-
* Enable notifications for commit events
|
|
70
|
-
*/
|
|
71
|
-
readonly commitEvents: pulumi.Output<boolean>;
|
|
72
|
-
/**
|
|
73
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
74
|
-
*/
|
|
75
|
-
readonly createdAt: pulumi.Output<string>;
|
|
76
|
-
/**
|
|
77
|
-
* Enable viewing Jira issues in GitLab.
|
|
78
|
-
*/
|
|
79
|
-
readonly issuesEnabled: pulumi.Output<boolean>;
|
|
80
|
-
/**
|
|
81
|
-
* The authentication method to be used with Jira. 0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
|
|
82
|
-
*/
|
|
83
|
-
readonly jiraAuthType: pulumi.Output<number>;
|
|
84
|
-
/**
|
|
85
|
-
* Prefix to match Jira issue keys.
|
|
86
|
-
*/
|
|
87
|
-
readonly jiraIssuePrefix: pulumi.Output<string>;
|
|
88
|
-
/**
|
|
89
|
-
* Regular expression to match Jira issue keys.
|
|
90
|
-
*/
|
|
91
|
-
readonly jiraIssueRegex: pulumi.Output<string>;
|
|
92
|
-
/**
|
|
93
|
-
* Enable automatic issue transitions. Takes precedence over jira*issue*transition_id if enabled. Defaults to false. This value cannot be imported, and will not perform drift detection if changed outside Terraform.
|
|
94
|
-
*/
|
|
95
|
-
readonly jiraIssueTransitionAutomatic: pulumi.Output<boolean | undefined>;
|
|
96
|
-
/**
|
|
97
|
-
* The ID of a transition that moves issues to a closed state. You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2.
|
|
98
|
-
*/
|
|
99
|
-
readonly jiraIssueTransitionId: pulumi.Output<string>;
|
|
100
|
-
/**
|
|
101
|
-
* Enable notifications for merge request events
|
|
102
|
-
*/
|
|
103
|
-
readonly mergeRequestsEvents: pulumi.Output<boolean>;
|
|
104
|
-
/**
|
|
105
|
-
* The Jira API token, password, or personal access token to be used with Jira. When your authentication method is basic (jira*auth*type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira*auth*type is 1), use the personal access token.
|
|
106
|
-
*/
|
|
107
|
-
readonly password: pulumi.Output<string>;
|
|
108
|
-
/**
|
|
109
|
-
* ID of the project you want to activate integration on.
|
|
110
|
-
*/
|
|
111
|
-
readonly project: pulumi.Output<string>;
|
|
112
|
-
/**
|
|
113
|
-
* Keys of Jira projects. When issuesEnabled is true, this setting specifies which Jira projects to view issues from in GitLab.
|
|
114
|
-
*/
|
|
115
|
-
readonly projectKeys: pulumi.Output<string[] | undefined>;
|
|
116
|
-
/**
|
|
117
|
-
* Title of the integration.
|
|
118
|
-
*/
|
|
119
|
-
readonly title: pulumi.Output<string>;
|
|
120
|
-
/**
|
|
121
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
122
|
-
*/
|
|
123
|
-
readonly updatedAt: pulumi.Output<string>;
|
|
124
|
-
/**
|
|
125
|
-
* The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
|
|
126
|
-
*/
|
|
127
|
-
readonly url: pulumi.Output<string>;
|
|
128
|
-
/**
|
|
129
|
-
* Indicates whether or not to inherit default settings. Defaults to false.
|
|
130
|
-
*/
|
|
131
|
-
readonly useInheritedSettings: pulumi.Output<boolean>;
|
|
132
|
-
/**
|
|
133
|
-
* The email or username to be used with Jira. For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira*auth*type is 0).
|
|
134
|
-
*/
|
|
135
|
-
readonly username: pulumi.Output<string>;
|
|
136
|
-
/**
|
|
137
|
-
* Create a IntegrationJira resource with the given unique name, arguments, and options.
|
|
138
|
-
*
|
|
139
|
-
* @param name The _unique_ name of the resource.
|
|
140
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
141
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
142
|
-
*/
|
|
143
|
-
constructor(name: string, args: IntegrationJiraArgs, opts?: pulumi.CustomResourceOptions);
|
|
144
|
-
}
|
|
145
|
-
/**
|
|
146
|
-
* Input properties used for looking up and filtering IntegrationJira resources.
|
|
147
|
-
*/
|
|
148
|
-
export interface IntegrationJiraState {
|
|
149
|
-
/**
|
|
150
|
-
* Whether the integration is active.
|
|
151
|
-
*/
|
|
152
|
-
active?: pulumi.Input<boolean | undefined>;
|
|
153
|
-
/**
|
|
154
|
-
* The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
|
|
155
|
-
*/
|
|
156
|
-
apiUrl?: pulumi.Input<string | undefined>;
|
|
157
|
-
/**
|
|
158
|
-
* Enable comments inside Jira issues on each GitLab event (commit / merge request)
|
|
159
|
-
*/
|
|
160
|
-
commentOnEventEnabled?: pulumi.Input<boolean | undefined>;
|
|
161
|
-
/**
|
|
162
|
-
* Enable notifications for commit events
|
|
163
|
-
*/
|
|
164
|
-
commitEvents?: pulumi.Input<boolean | undefined>;
|
|
165
|
-
/**
|
|
166
|
-
* The ISO8601 date/time that this integration was activated at in UTC.
|
|
167
|
-
*/
|
|
168
|
-
createdAt?: pulumi.Input<string | undefined>;
|
|
169
|
-
/**
|
|
170
|
-
* Enable viewing Jira issues in GitLab.
|
|
171
|
-
*/
|
|
172
|
-
issuesEnabled?: pulumi.Input<boolean | undefined>;
|
|
173
|
-
/**
|
|
174
|
-
* The authentication method to be used with Jira. 0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
|
|
175
|
-
*/
|
|
176
|
-
jiraAuthType?: pulumi.Input<number | undefined>;
|
|
177
|
-
/**
|
|
178
|
-
* Prefix to match Jira issue keys.
|
|
179
|
-
*/
|
|
180
|
-
jiraIssuePrefix?: pulumi.Input<string | undefined>;
|
|
181
|
-
/**
|
|
182
|
-
* Regular expression to match Jira issue keys.
|
|
183
|
-
*/
|
|
184
|
-
jiraIssueRegex?: pulumi.Input<string | undefined>;
|
|
185
|
-
/**
|
|
186
|
-
* Enable automatic issue transitions. Takes precedence over jira*issue*transition_id if enabled. Defaults to false. This value cannot be imported, and will not perform drift detection if changed outside Terraform.
|
|
187
|
-
*/
|
|
188
|
-
jiraIssueTransitionAutomatic?: pulumi.Input<boolean | undefined>;
|
|
189
|
-
/**
|
|
190
|
-
* The ID of a transition that moves issues to a closed state. You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2.
|
|
191
|
-
*/
|
|
192
|
-
jiraIssueTransitionId?: pulumi.Input<string | undefined>;
|
|
193
|
-
/**
|
|
194
|
-
* Enable notifications for merge request events
|
|
195
|
-
*/
|
|
196
|
-
mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
|
|
197
|
-
/**
|
|
198
|
-
* The Jira API token, password, or personal access token to be used with Jira. When your authentication method is basic (jira*auth*type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira*auth*type is 1), use the personal access token.
|
|
199
|
-
*/
|
|
200
|
-
password?: pulumi.Input<string | undefined>;
|
|
201
|
-
/**
|
|
202
|
-
* ID of the project you want to activate integration on.
|
|
203
|
-
*/
|
|
204
|
-
project?: pulumi.Input<string | undefined>;
|
|
205
|
-
/**
|
|
206
|
-
* Keys of Jira projects. When issuesEnabled is true, this setting specifies which Jira projects to view issues from in GitLab.
|
|
207
|
-
*/
|
|
208
|
-
projectKeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
209
|
-
/**
|
|
210
|
-
* Title of the integration.
|
|
211
|
-
*/
|
|
212
|
-
title?: pulumi.Input<string | undefined>;
|
|
213
|
-
/**
|
|
214
|
-
* The ISO8601 date/time that this integration was last updated at in UTC.
|
|
215
|
-
*/
|
|
216
|
-
updatedAt?: pulumi.Input<string | undefined>;
|
|
217
|
-
/**
|
|
218
|
-
* The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
|
|
219
|
-
*/
|
|
220
|
-
url?: pulumi.Input<string | undefined>;
|
|
221
|
-
/**
|
|
222
|
-
* Indicates whether or not to inherit default settings. Defaults to false.
|
|
223
|
-
*/
|
|
224
|
-
useInheritedSettings?: pulumi.Input<boolean | undefined>;
|
|
225
|
-
/**
|
|
226
|
-
* The email or username to be used with Jira. For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira*auth*type is 0).
|
|
227
|
-
*/
|
|
228
|
-
username?: pulumi.Input<string | undefined>;
|
|
229
|
-
}
|
|
230
|
-
/**
|
|
231
|
-
* The set of arguments for constructing a IntegrationJira resource.
|
|
232
|
-
*/
|
|
233
|
-
export interface IntegrationJiraArgs {
|
|
234
|
-
/**
|
|
235
|
-
* The base URL to the Jira instance API. Web URL value is used if not set. For example, https://jira-api.example.com.
|
|
236
|
-
*/
|
|
237
|
-
apiUrl?: pulumi.Input<string | undefined>;
|
|
238
|
-
/**
|
|
239
|
-
* Enable comments inside Jira issues on each GitLab event (commit / merge request)
|
|
240
|
-
*/
|
|
241
|
-
commentOnEventEnabled?: pulumi.Input<boolean | undefined>;
|
|
242
|
-
/**
|
|
243
|
-
* Enable notifications for commit events
|
|
244
|
-
*/
|
|
245
|
-
commitEvents?: pulumi.Input<boolean | undefined>;
|
|
246
|
-
/**
|
|
247
|
-
* Enable viewing Jira issues in GitLab.
|
|
248
|
-
*/
|
|
249
|
-
issuesEnabled?: pulumi.Input<boolean | undefined>;
|
|
250
|
-
/**
|
|
251
|
-
* The authentication method to be used with Jira. 0 means Basic Authentication. 1 means Jira personal access token. Defaults to 0.
|
|
252
|
-
*/
|
|
253
|
-
jiraAuthType?: pulumi.Input<number | undefined>;
|
|
254
|
-
/**
|
|
255
|
-
* Prefix to match Jira issue keys.
|
|
256
|
-
*/
|
|
257
|
-
jiraIssuePrefix?: pulumi.Input<string | undefined>;
|
|
258
|
-
/**
|
|
259
|
-
* Regular expression to match Jira issue keys.
|
|
260
|
-
*/
|
|
261
|
-
jiraIssueRegex?: pulumi.Input<string | undefined>;
|
|
262
|
-
/**
|
|
263
|
-
* Enable automatic issue transitions. Takes precedence over jira*issue*transition_id if enabled. Defaults to false. This value cannot be imported, and will not perform drift detection if changed outside Terraform.
|
|
264
|
-
*/
|
|
265
|
-
jiraIssueTransitionAutomatic?: pulumi.Input<boolean | undefined>;
|
|
266
|
-
/**
|
|
267
|
-
* The ID of a transition that moves issues to a closed state. You can find this number under the JIRA workflow administration (Administration > Issues > Workflows) by selecting View under Operations of the desired workflow of your project. By default, this ID is set to 2.
|
|
268
|
-
*/
|
|
269
|
-
jiraIssueTransitionId?: pulumi.Input<string | undefined>;
|
|
270
|
-
/**
|
|
271
|
-
* Enable notifications for merge request events
|
|
272
|
-
*/
|
|
273
|
-
mergeRequestsEvents?: pulumi.Input<boolean | undefined>;
|
|
274
|
-
/**
|
|
275
|
-
* The Jira API token, password, or personal access token to be used with Jira. When your authentication method is basic (jira*auth*type is 0), use an API token for Jira Cloud or a password for Jira Data Center or Jira Server. When your authentication method is a Jira personal access token (jira*auth*type is 1), use the personal access token.
|
|
276
|
-
*/
|
|
277
|
-
password: pulumi.Input<string>;
|
|
278
|
-
/**
|
|
279
|
-
* ID of the project you want to activate integration on.
|
|
280
|
-
*/
|
|
281
|
-
project: pulumi.Input<string>;
|
|
282
|
-
/**
|
|
283
|
-
* Keys of Jira projects. When issuesEnabled is true, this setting specifies which Jira projects to view issues from in GitLab.
|
|
284
|
-
*/
|
|
285
|
-
projectKeys?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
286
|
-
/**
|
|
287
|
-
* The URL to the JIRA project which is being linked to this GitLab project. For example, https://jira.example.com.
|
|
288
|
-
*/
|
|
289
|
-
url: pulumi.Input<string>;
|
|
290
|
-
/**
|
|
291
|
-
* Indicates whether or not to inherit default settings. Defaults to false.
|
|
292
|
-
*/
|
|
293
|
-
useInheritedSettings?: pulumi.Input<boolean | undefined>;
|
|
294
|
-
/**
|
|
295
|
-
* The email or username to be used with Jira. For Jira Cloud use an email, for Jira Data Center and Jira Server use a username. Required when using Basic authentication (jira*auth*type is 0).
|
|
296
|
-
*/
|
|
297
|
-
username?: pulumi.Input<string | undefined>;
|
|
298
|
-
}
|
|
299
|
-
//# sourceMappingURL=integrationJira.d.ts.map
|
package/integrationJira.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationJira.d.ts","sourceRoot":"","sources":["../integrationJira.ts"],"names":[],"mappings":"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"}
|
package/integrationJira.js
DELETED
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
-
}) : function(o, v) {
|
|
18
|
-
o["default"] = v;
|
|
19
|
-
});
|
|
20
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
-
if (mod && mod.__esModule) return mod;
|
|
22
|
-
var result = {};
|
|
23
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
-
__setModuleDefault(result, mod);
|
|
25
|
-
return result;
|
|
26
|
-
};
|
|
27
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
-
exports.IntegrationJira = void 0;
|
|
29
|
-
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
-
const utilities = __importStar(require("./utilities"));
|
|
31
|
-
/**
|
|
32
|
-
* The `gitlab.IntegrationJira` resource manages the lifecycle of a project integration with Jira.
|
|
33
|
-
*
|
|
34
|
-
* > This resource is deprecated and will be removed in 19.0. Use `gitlab.ProjectIntegrationJira` instead.
|
|
35
|
-
*
|
|
36
|
-
* **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#jira-issues)
|
|
37
|
-
*
|
|
38
|
-
* ## Example Usage
|
|
39
|
-
*
|
|
40
|
-
* ```typescript
|
|
41
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
-
* import * as gitlab from "@pulumi/gitlab";
|
|
43
|
-
*
|
|
44
|
-
* const awesomeProject = new gitlab.Project("awesome_project", {
|
|
45
|
-
* name: "awesome_project",
|
|
46
|
-
* description: "My awesome project.",
|
|
47
|
-
* visibilityLevel: "public",
|
|
48
|
-
* });
|
|
49
|
-
* const jira = new gitlab.IntegrationJira("jira", {
|
|
50
|
-
* project: awesomeProject.id,
|
|
51
|
-
* url: "https://jira.example.com",
|
|
52
|
-
* username: "user",
|
|
53
|
-
* password: "mypass",
|
|
54
|
-
* });
|
|
55
|
-
* ```
|
|
56
|
-
*
|
|
57
|
-
* ## Import
|
|
58
|
-
*
|
|
59
|
-
* Starting in Terraform v1.5.0, you can use an import block to import `gitlab.IntegrationJira`. For example:
|
|
60
|
-
*
|
|
61
|
-
* Importing using the CLI is supported with the following syntax:
|
|
62
|
-
*
|
|
63
|
-
* You can import a gitlab.IntegrationJira state using the project ID, for example:
|
|
64
|
-
*
|
|
65
|
-
* ```sh
|
|
66
|
-
* $ pulumi import gitlab:index/integrationJira:IntegrationJira jira 1
|
|
67
|
-
* ```
|
|
68
|
-
*/
|
|
69
|
-
class IntegrationJira extends pulumi.CustomResource {
|
|
70
|
-
/**
|
|
71
|
-
* Get an existing IntegrationJira resource's state with the given name, ID, and optional extra
|
|
72
|
-
* properties used to qualify the lookup.
|
|
73
|
-
*
|
|
74
|
-
* @param name The _unique_ name of the resulting resource.
|
|
75
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
76
|
-
* @param state Any extra arguments used during the lookup.
|
|
77
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
78
|
-
*/
|
|
79
|
-
static get(name, id, state, opts) {
|
|
80
|
-
return new IntegrationJira(name, state, { ...opts, id: id });
|
|
81
|
-
}
|
|
82
|
-
/** @internal */
|
|
83
|
-
static __pulumiType = 'gitlab:index/integrationJira:IntegrationJira';
|
|
84
|
-
/**
|
|
85
|
-
* Returns true if the given object is an instance of IntegrationJira. This is designed to work even
|
|
86
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
87
|
-
*/
|
|
88
|
-
static isInstance(obj) {
|
|
89
|
-
if (obj === undefined || obj === null) {
|
|
90
|
-
return false;
|
|
91
|
-
}
|
|
92
|
-
return obj['__pulumiType'] === IntegrationJira.__pulumiType;
|
|
93
|
-
}
|
|
94
|
-
constructor(name, argsOrState, opts) {
|
|
95
|
-
let resourceInputs = {};
|
|
96
|
-
opts = opts || {};
|
|
97
|
-
if (opts.id) {
|
|
98
|
-
const state = argsOrState;
|
|
99
|
-
resourceInputs["active"] = state?.active;
|
|
100
|
-
resourceInputs["apiUrl"] = state?.apiUrl;
|
|
101
|
-
resourceInputs["commentOnEventEnabled"] = state?.commentOnEventEnabled;
|
|
102
|
-
resourceInputs["commitEvents"] = state?.commitEvents;
|
|
103
|
-
resourceInputs["createdAt"] = state?.createdAt;
|
|
104
|
-
resourceInputs["issuesEnabled"] = state?.issuesEnabled;
|
|
105
|
-
resourceInputs["jiraAuthType"] = state?.jiraAuthType;
|
|
106
|
-
resourceInputs["jiraIssuePrefix"] = state?.jiraIssuePrefix;
|
|
107
|
-
resourceInputs["jiraIssueRegex"] = state?.jiraIssueRegex;
|
|
108
|
-
resourceInputs["jiraIssueTransitionAutomatic"] = state?.jiraIssueTransitionAutomatic;
|
|
109
|
-
resourceInputs["jiraIssueTransitionId"] = state?.jiraIssueTransitionId;
|
|
110
|
-
resourceInputs["mergeRequestsEvents"] = state?.mergeRequestsEvents;
|
|
111
|
-
resourceInputs["password"] = state?.password;
|
|
112
|
-
resourceInputs["project"] = state?.project;
|
|
113
|
-
resourceInputs["projectKeys"] = state?.projectKeys;
|
|
114
|
-
resourceInputs["title"] = state?.title;
|
|
115
|
-
resourceInputs["updatedAt"] = state?.updatedAt;
|
|
116
|
-
resourceInputs["url"] = state?.url;
|
|
117
|
-
resourceInputs["useInheritedSettings"] = state?.useInheritedSettings;
|
|
118
|
-
resourceInputs["username"] = state?.username;
|
|
119
|
-
}
|
|
120
|
-
else {
|
|
121
|
-
const args = argsOrState;
|
|
122
|
-
if (args?.password === undefined && !opts.urn) {
|
|
123
|
-
throw new Error("Missing required property 'password'");
|
|
124
|
-
}
|
|
125
|
-
if (args?.project === undefined && !opts.urn) {
|
|
126
|
-
throw new Error("Missing required property 'project'");
|
|
127
|
-
}
|
|
128
|
-
if (args?.url === undefined && !opts.urn) {
|
|
129
|
-
throw new Error("Missing required property 'url'");
|
|
130
|
-
}
|
|
131
|
-
resourceInputs["apiUrl"] = args?.apiUrl;
|
|
132
|
-
resourceInputs["commentOnEventEnabled"] = args?.commentOnEventEnabled;
|
|
133
|
-
resourceInputs["commitEvents"] = args?.commitEvents;
|
|
134
|
-
resourceInputs["issuesEnabled"] = args?.issuesEnabled;
|
|
135
|
-
resourceInputs["jiraAuthType"] = args?.jiraAuthType;
|
|
136
|
-
resourceInputs["jiraIssuePrefix"] = args?.jiraIssuePrefix;
|
|
137
|
-
resourceInputs["jiraIssueRegex"] = args?.jiraIssueRegex;
|
|
138
|
-
resourceInputs["jiraIssueTransitionAutomatic"] = args?.jiraIssueTransitionAutomatic;
|
|
139
|
-
resourceInputs["jiraIssueTransitionId"] = args?.jiraIssueTransitionId;
|
|
140
|
-
resourceInputs["mergeRequestsEvents"] = args?.mergeRequestsEvents;
|
|
141
|
-
resourceInputs["password"] = args?.password ? pulumi.secret(args.password) : undefined;
|
|
142
|
-
resourceInputs["project"] = args?.project;
|
|
143
|
-
resourceInputs["projectKeys"] = args?.projectKeys;
|
|
144
|
-
resourceInputs["url"] = args?.url;
|
|
145
|
-
resourceInputs["useInheritedSettings"] = args?.useInheritedSettings;
|
|
146
|
-
resourceInputs["username"] = args?.username;
|
|
147
|
-
resourceInputs["active"] = undefined /*out*/;
|
|
148
|
-
resourceInputs["createdAt"] = undefined /*out*/;
|
|
149
|
-
resourceInputs["title"] = undefined /*out*/;
|
|
150
|
-
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
151
|
-
}
|
|
152
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
153
|
-
const secretOpts = { additionalSecretOutputs: ["password"] };
|
|
154
|
-
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
155
|
-
super(IntegrationJira.__pulumiType, name, resourceInputs, opts);
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
exports.IntegrationJira = IntegrationJira;
|
|
159
|
-
//# sourceMappingURL=integrationJira.js.map
|
package/integrationJira.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"integrationJira.js","sourceRoot":"","sources":["../integrationJira.ts"],"names":[],"mappings":"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"}
|