public interface AppConfig
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
getDockerForcePull()
Get the configured docker image force pull flag.
|
List<MarathonVars> |
getEnv()
Return a list of environment variables.
|
boolean |
getForceUpdate()
Get the value of whether the Marathon update should be forced.
|
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.
|
String getAppId()
String getUrl()
boolean getForceUpdate()
String getDocker()
boolean getDockerForcePull()
String getCredentialsId()
List<MarathonUri> getUris()
List<MarathonLabel> getLabels()
List<MarathonVars> getEnv()
Copyright © 2016–2017. All rights reserved.