@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.785Z") @Stability(value=Stable) 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()
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@Stability(value=Stable) IJenkinsProvider getJenkinsProvider()
@Stability(value=Stable) String getProjectName()
// This example is in TypeScript, examples in Java are coming soon. 'MyJob'
@Stability(value=Stable) JenkinsActionType getType()
@Stability(value=Stable) default List<Artifact> getInputs()
@Stability(value=Stable) static JenkinsActionProps.Builder builder()
builder in interface CommonActionPropsJenkinsActionProps.Builder of JenkinsActionPropsCopyright © 2019. All rights reserved.