| Modifier and Type | Class and Description |
|---|---|
static class |
MarathonStep.DescriptorImpl |
static class |
MarathonStep.MarathonStepExecution |
| Constructor and Description |
|---|
MarathonStep(String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppid()
Deprecated.
use
getId() |
String |
getAppId()
Get the configured Marathon Application Id.
|
String |
getCredentialsId()
Get the Jenkins credentials id for this configuration.
|
String |
getDocker()
Get the configured docker image name.
|
String |
getFilename() |
boolean |
getForceUpdate()
Get the value of whether the Marathon update should be forced.
|
String |
getId()
Get the application id for the "id" field.
|
List<MarathonLabel> |
getLabels()
Return a list of labels.
|
List<MarathonUri> |
getUris()
Return a list of configured URIs.
|
String |
getUrl()
Get the URL for the target Marathon instance.
|
void |
setAppid(String appid)
Deprecated.
use
setId(String) |
void |
setCredentialsId(String credentialsId) |
void |
setDocker(String docker) |
void |
setFilename(String filename) |
void |
setForceUpdate(boolean forceUpdate) |
void |
setId(String id)
Set the application id for the "id" field.
|
void |
setLabels(Map<String,String> labels) |
void |
setUris(List<String> uris) |
@DataBoundConstructor public MarathonStep(String url)
public String getAppId()
AppConfigpublic String getUrl()
AppConfigpublic boolean getForceUpdate()
AppConfiggetForceUpdate in interface AppConfig@DataBoundSetter public void setForceUpdate(boolean forceUpdate)
public String getDocker()
AppConfigpublic String getCredentialsId()
AppConfiggetCredentialsId in interface AppConfig@DataBoundSetter public void setCredentialsId(String credentialsId)
public List<MarathonUri> getUris()
AppConfigpublic List<MarathonLabel> getLabels()
AppConfig@DataBoundSetter public void setDocker(String docker)
@Deprecated public String getAppid()
getId()@Deprecated @DataBoundSetter public void setAppid(String appid)
setId(String)appid - application idpublic String getFilename()
public String getId()
@DataBoundSetter public void setId(String id)
id - application idCopyright © 2016. All rights reserved.