Skip navigation links
A B C D E G I J M N P R S T U 

A

AppConfig - Interface in com.mesosphere.velocity.marathon.interfaces
 

B

build() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
build() - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Compose the builder.

C

com.mesosphere.velocity.marathon - package com.mesosphere.velocity.marathon
 
com.mesosphere.velocity.marathon.exceptions - package com.mesosphere.velocity.marathon.exceptions
 
com.mesosphere.velocity.marathon.fields - package com.mesosphere.velocity.marathon.fields
 
com.mesosphere.velocity.marathon.impl - package com.mesosphere.velocity.marathon.impl
 
com.mesosphere.velocity.marathon.interfaces - package com.mesosphere.velocity.marathon.interfaces
 
com.mesosphere.velocity.marathon.util - package com.mesosphere.velocity.marathon.util
 

D

DESCRIPTOR - Static variable in class com.mesosphere.velocity.marathon.fields.MarathonUri
 
DESCRIPTOR - Static variable in class com.mesosphere.velocity.marathon.MarathonRecorder
 
DescriptorImpl() - Constructor for class com.mesosphere.velocity.marathon.fields.MarathonLabel.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.mesosphere.velocity.marathon.fields.MarathonUri.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.mesosphere.velocity.marathon.MarathonStep.DescriptorImpl
 
doCheckUri(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 
doCheckUrl(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 
doFillCredentialsIdItems(Item) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 

E

equals(Object) - Method in class com.mesosphere.velocity.marathon.fields.MarathonLabel
 
equals(Object) - Method in class com.mesosphere.velocity.marathon.fields.MarathonUri
 

G

getAppid() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getAppId() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Get the configured Marathon Application Id.
getAppid() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getAppId() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getAppId() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getAppid() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getBuilder(AppConfig) - Static method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Create a new builder instance from config.
getCredentialsId() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Get the Jenkins credentials id for this configuration.
getCredentialsId() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getCredentialsId() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getDisplayName() - Method in class com.mesosphere.velocity.marathon.fields.MarathonLabel.DescriptorImpl
 
getDisplayName() - Method in class com.mesosphere.velocity.marathon.fields.MarathonUri.DescriptorImpl
 
getDisplayName() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 
getDisplayName() - Method in class com.mesosphere.velocity.marathon.MarathonStep.DescriptorImpl
 
getDocker() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getDocker() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Get the configured docker image name.
getDocker() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getDocker() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getFilename() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getFilename() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getFunctionName() - Method in class com.mesosphere.velocity.marathon.MarathonStep.DescriptorImpl
 
getJson() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getJson() - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
 
getLabels() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getLabels() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Return a list of labels.
getLabels() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getLabels() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getMessage() - Method in exception com.mesosphere.velocity.marathon.exceptions.MarathonFileInvalidException
 
getMessage() - Method in exception com.mesosphere.velocity.marathon.exceptions.MarathonFileMissingException
 
getName() - Method in class com.mesosphere.velocity.marathon.fields.MarathonLabel
 
getRequiredMonitorService() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getTokenCredentials(String) - Static method in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Get the token from the credentials identified by the given id.
getUri() - Method in class com.mesosphere.velocity.marathon.fields.MarathonUri
 
getUris() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getUris() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Return a list of configured URIs.
getUris() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getUris() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getUrl() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
getUrl() - Method in interface com.mesosphere.velocity.marathon.interfaces.AppConfig
Get the URL for the target Marathon instance.
getUrl() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
getUrl() - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
getUsernamePasswordCredentials(String) - Static method in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Get the user/pass from the credentials identified by the given id.
getValue() - Method in class com.mesosphere.velocity.marathon.fields.MarathonLabel
 

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder.DescriptorImpl
 

J

JSON_CONTAINER_FIELD - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
The field off the root App JSON that holds container (docker, etc.) information.
JSON_DOCKER_FIELD - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
The field contained within the "container" JSON object that holds the docker information.
JSON_DOCKER_IMAGE_FIELD - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
The docker image field.
JSON_EMPTY_CONTAINER - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Empty container JSON object.
JSON_ID_FIELD - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Application Id field; available from the root of the App JSON.
JSON_URI_FIELD - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
URIs field; available from the root of the App JSON.

M

MARATHON_JSON - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Default Marathon Application Definition file.
MARATHON_RENDERED_JSON - Static variable in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Default filepath for the rendered JSON that was sent to the Marathon instance.
MarathonBuilder - Class in com.mesosphere.velocity.marathon.interfaces
This builds MarathonClients from Jenkins, file system, and JSON pieces.
MarathonBuilder() - Constructor for class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
 
MarathonBuilderImpl - Class in com.mesosphere.velocity.marathon.impl
 
MarathonBuilderImpl() - Constructor for class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
MarathonBuilderImpl(AppConfig) - Constructor for class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
MarathonBuilderUtils - Class in com.mesosphere.velocity.marathon.util
 
MarathonBuilderUtils() - Constructor for class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
 
MarathonFileInvalidException - Exception in com.mesosphere.velocity.marathon.exceptions
 
MarathonFileInvalidException(String) - Constructor for exception com.mesosphere.velocity.marathon.exceptions.MarathonFileInvalidException
 
MarathonFileMissingException - Exception in com.mesosphere.velocity.marathon.exceptions
 
MarathonFileMissingException(String) - Constructor for exception com.mesosphere.velocity.marathon.exceptions.MarathonFileMissingException
 
MarathonLabel - Class in com.mesosphere.velocity.marathon.fields
 
MarathonLabel(String, String) - Constructor for class com.mesosphere.velocity.marathon.fields.MarathonLabel
 
MarathonLabel.DescriptorImpl - Class in com.mesosphere.velocity.marathon.fields
 
MarathonRecorder - Class in com.mesosphere.velocity.marathon
 
MarathonRecorder(String) - Constructor for class com.mesosphere.velocity.marathon.MarathonRecorder
 
MarathonRecorder.DescriptorImpl - Class in com.mesosphere.velocity.marathon
 
MarathonStep - Class in com.mesosphere.velocity.marathon
 
MarathonStep(String) - Constructor for class com.mesosphere.velocity.marathon.MarathonStep
 
MarathonStep.DescriptorImpl - Class in com.mesosphere.velocity.marathon
 
MarathonStep.MarathonStepExecution - Class in com.mesosphere.velocity.marathon
 
MarathonStepExecution() - Constructor for class com.mesosphere.velocity.marathon.MarathonStep.MarathonStepExecution
 
MarathonUri - Class in com.mesosphere.velocity.marathon.fields
 
MarathonUri(String) - Constructor for class com.mesosphere.velocity.marathon.fields.MarathonUri
 
MarathonUri.DescriptorImpl - Class in com.mesosphere.velocity.marathon.fields
 

N

needsToRunAfterFinalized() - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 

R

read(String) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
read() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
read(String) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Read in filename as JSON.
read() - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Read in default file (marathon.json) as JSON.
rmSlashFromUrl(String) - Static method in class com.mesosphere.velocity.marathon.util.MarathonBuilderUtils
Remove the trailing slash from url.
run() - Method in class com.mesosphere.velocity.marathon.MarathonStep.MarathonStepExecution
 

S

setAppid(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setAppid(String) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setConfig(AppConfig) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
setConfig(AppConfig) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Set the Application Configuration to config.
setCredentialsId(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setCredentialsId(String) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setDocker(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setDocker(String) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setEnvVars(EnvVars) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
setEnvVars(EnvVars) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Set the Jenkins Environment Variables to vars.
setFilename(String) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setFilename(String) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setJson(JSONObject) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
setJson(JSONObject) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Set the JSON for this builder to json.
setLabels(List<MarathonLabel>) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setLabels(Map<String, String>) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setUris(List<MarathonUri>) - Method in class com.mesosphere.velocity.marathon.MarathonRecorder
 
setUris(List<String>) - Method in class com.mesosphere.velocity.marathon.MarathonStep
 
setWorkspace(FilePath) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
setWorkspace(FilePath) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Set the Jenkins workspace to ws.

T

toFile(String) - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
toFile() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
toFile(String) - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Write the JSON that will be sent to the target Marathon instance to filename.
toFile() - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Write the JSON that will be sent to the target Marathon instance to the default file (marathon-rendered-${BUILD_NUMBER}.json).
toString() - Method in exception com.mesosphere.velocity.marathon.exceptions.MarathonFileInvalidException
 
toString() - Method in exception com.mesosphere.velocity.marathon.exceptions.MarathonFileMissingException
 

U

update() - Method in class com.mesosphere.velocity.marathon.impl.MarathonBuilderImpl
 
update() - Method in class com.mesosphere.velocity.marathon.interfaces.MarathonBuilder
Update the Marathon application.
A B C D E G I J M N P R S T U 
Skip navigation links

Copyright © 2004-2016. All Rights Reserved.