Uses of Class
com.cloudbees.jenkins.plugins.amazonecs.ECSTaskTemplate
-
Packages that use ECSTaskTemplate Package Description com.cloudbees.jenkins.plugins.amazonecs com.cloudbees.jenkins.plugins.amazonecs.pipeline -
-
Uses of ECSTaskTemplate in com.cloudbees.jenkins.plugins.amazonecs
Methods in com.cloudbees.jenkins.plugins.amazonecs that return ECSTaskTemplate Modifier and Type Method Description ECSTaskTemplate
ECSCloud. addDynamicTemplate(ECSTaskTemplate template)
Adds a dynamic task template.ECSTaskTemplate
ECSCloud. findParentTemplate(String parentLabel)
Will attempt to find a parent for the template label supplied.ECSTaskTemplate
ECSCloud. getTemplate(String label)
ECSTaskTemplate
ECSSlave. getTemplate()
ECSTaskTemplate
ECSTaskTemplate. merge(ECSTaskTemplate parent)
This merge does not take an into consideration the child intentionally setting empty values for parameters like "entrypoint" - in fact it's not uncommon to override the entrypoint of a container and set it to blank so you can use your own entrypoint as part of the command.Methods in com.cloudbees.jenkins.plugins.amazonecs that return types with arguments of type ECSTaskTemplate Modifier and Type Method Description List<ECSTaskTemplate>
ECSCloud. getTemplates()
Methods in com.cloudbees.jenkins.plugins.amazonecs with parameters of type ECSTaskTemplate Modifier and Type Method Description ECSTaskTemplate
ECSCloud. addDynamicTemplate(ECSTaskTemplate template)
Adds a dynamic task template.void
ECSCloud. addTemplate(ECSTaskTemplate taskTemplate)
ECSTaskTemplate
ECSTaskTemplate. merge(ECSTaskTemplate parent)
This merge does not take an into consideration the child intentionally setting empty values for parameters like "entrypoint" - in fact it's not uncommon to override the entrypoint of a container and set it to blank so you can use your own entrypoint as part of the command.void
ECSCloud. removeDynamicTemplate(ECSTaskTemplate template)
Remove a dynamic task template.Method parameters in com.cloudbees.jenkins.plugins.amazonecs with type arguments of type ECSTaskTemplate Modifier and Type Method Description void
ECSCloud. setTemplates(List<ECSTaskTemplate> templates)
Constructors in com.cloudbees.jenkins.plugins.amazonecs with parameters of type ECSTaskTemplate Constructor Description ECSSlave(ECSCloud cloud, String name, ECSTaskTemplate template, ComputerLauncher launcher)
-
Uses of ECSTaskTemplate in com.cloudbees.jenkins.plugins.amazonecs.pipeline
Methods in com.cloudbees.jenkins.plugins.amazonecs.pipeline that return types with arguments of type ECSTaskTemplate Modifier and Type Method Description List<ECSTaskTemplate>
TaskTemplateMap. getTemplates(ECSCloud cloud)
Returns a read-only view of the templates available for the corresponding cloud instance.Methods in com.cloudbees.jenkins.plugins.amazonecs.pipeline with parameters of type ECSTaskTemplate Modifier and Type Method Description void
TaskTemplateMap. addTemplate(ECSCloud cloud, ECSTaskTemplate TaskTemplate)
Adds a template for the corresponding cloud instance.void
TaskTemplateMap. removeTemplate(ECSCloud cloud, ECSTaskTemplate TaskTemplate)
-