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.
|
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()
String getDocker()
String getCredentialsId()
List<MarathonUri> getUris()
List<MarathonLabel> getLabels()
Copyright © 2004-2016. All Rights Reserved.