@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.865Z") @Stability(value=Experimental) public interface JenkinsActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
JenkinsAction.
Example:
JenkinsProvider jenkinsProvider;
JenkinsAction buildAction = JenkinsAction.Builder.create()
.actionName("JenkinsBuild")
.jenkinsProvider(jenkinsProvider)
.projectName("MyProject")
.type(JenkinsActionType.BUILD)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
JenkinsActionProps.Builder
A builder for
JenkinsActionProps |
static class |
JenkinsActionProps.Jsii$Proxy
An implementation for
JenkinsActionProps |
| Modifier and Type | Method and Description |
|---|---|
static JenkinsActionProps.Builder |
builder() |
default List<Artifact> |
getInputs()
(experimental) The source to use as input for this build.
|
IJenkinsProvider |
getJenkinsProvider()
(experimental) The Jenkins Provider for this Action.
|
default List<Artifact> |
getOutputs() |
String |
getProjectName()
(experimental) The name of the project (sometimes also called job, or task) on your Jenkins installation that will be invoked by this Action.
|
JenkinsActionType |
getType()
(experimental) The type of the Action - Build, or Test.
|
getActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull IJenkinsProvider getJenkinsProvider()
@Stability(value=Experimental) @NotNull String getProjectName()
Example:
"MyJob";
@Stability(value=Experimental) @NotNull JenkinsActionType getType()
@Stability(value=Experimental) @Nullable default List<Artifact> getInputs()
@Stability(value=Experimental) static JenkinsActionProps.Builder builder()
builder in interface CommonActionPropsJenkinsActionProps.Builder of JenkinsActionPropsCopyright © 2022. All rights reserved.