@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.541Z") @Stability(value=Stable) public interface JenkinsActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
JenkinsAction.
Example:
// Example automatically generated from non-compiling source. May contain errors.
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()
The source to use as input for this build.
|
IJenkinsProvider |
getJenkinsProvider()
The Jenkins Provider for this Action.
|
default List<Artifact> |
getOutputs() |
String |
getProjectName()
The name of the project (sometimes also called job, or task) on your Jenkins installation that will be invoked by this Action.
|
JenkinsActionType |
getType()
The type of the Action - Build, or Test.
|
getActionName, getRunOrder, getVariablesNamespace@Stability(value=Stable) @NotNull IJenkinsProvider getJenkinsProvider()
@Stability(value=Stable) @NotNull String getProjectName()
Example:
// Example automatically generated from non-compiling source. May contain errors. "MyJob";
@Stability(value=Stable) @NotNull JenkinsActionType getType()
@Stability(value=Stable) @Nullable default List<Artifact> getInputs()
@Stability(value=Stable) static JenkinsActionProps.Builder builder()
builder in interface CommonActionPropsJenkinsActionProps.Builder of JenkinsActionPropsCopyright © 2022. All rights reserved.