@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:11.442Z") @Stability(value=Experimental) public interface JenkinsActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
JenkinsAction.| 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:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 "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 © 2021. All rights reserved.