@Stability(value=Stable) public static final class JenkinsActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JenkinsActionProps
JenkinsActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeJenkinsActionProps.Builder, JenkinsActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getActionName() |
List<Artifact> |
getInputs()
The source to use as input for this build.
|
IJenkinsProvider |
getJenkinsProvider()
The Jenkins Provider for this Action.
|
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.
|
Number |
getRunOrder() |
JenkinsActionType |
getType()
The type of the Action - Build, or Test.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IJenkinsProvider getJenkinsProvider()
JenkinsActionPropsgetJenkinsProvider in interface JenkinsActionPropspublic String getProjectName()
JenkinsActionProps// This example is in TypeScript, examples in Java are coming soon. 'MyJob'
getProjectName in interface JenkinsActionPropspublic JenkinsActionType getType()
JenkinsActionPropsgetType in interface JenkinsActionPropspublic List<Artifact> getInputs()
JenkinsActionPropsgetInputs in interface JenkinsActionPropspublic List<Artifact> getOutputs()
getOutputs in interface JenkinsActionPropspublic String getActionName()
getActionName in interface CommonActionPropspublic Number getRunOrder()
getRunOrder in interface CommonActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.