Uses of Class
com.microsoft.jenkins.containeragents.aci.AciContainerTemplate
-
Packages that use AciContainerTemplate Package Description com.microsoft.jenkins.containeragents.aci com.microsoft.jenkins.containeragents.builders -
-
Uses of AciContainerTemplate in com.microsoft.jenkins.containeragents.aci
Methods in com.microsoft.jenkins.containeragents.aci that return AciContainerTemplate Modifier and Type Method Description AciContainerTemplate
AciCloud. getFirstTemplate(Label label)
Methods in com.microsoft.jenkins.containeragents.aci that return types with arguments of type AciContainerTemplate Modifier and Type Method Description List<AciContainerTemplate>
AciCloud. getTemplates()
Methods in com.microsoft.jenkins.containeragents.aci with parameters of type AciContainerTemplate Modifier and Type Method Description static void
AciService. createDeployment(AciCloud cloud, AciContainerTemplate template, AciAgent agent, org.apache.commons.lang3.time.StopWatch stopWatch)
Constructors in com.microsoft.jenkins.containeragents.aci with parameters of type AciContainerTemplate Constructor Description AciAgent(AciCloud cloud, AciContainerTemplate template)
Constructor parameters in com.microsoft.jenkins.containeragents.aci with type arguments of type AciContainerTemplate Constructor Description AciCloud(String name, String credentialsId, String resourceGroup, List<AciContainerTemplate> templates)
-
Uses of AciContainerTemplate in com.microsoft.jenkins.containeragents.builders
Methods in com.microsoft.jenkins.containeragents.builders that return AciContainerTemplate Modifier and Type Method Description AciContainerTemplate
AciContainerTemplateBuilder. build()
Methods in com.microsoft.jenkins.containeragents.builders with parameters of type AciContainerTemplate Modifier and Type Method Description AciCloudBuilder.AciContainerTemplateNested
AciCloudBuilder. addNewTemplateLike(AciContainerTemplate template)
AciCloudBuilder
AciCloudBuilder. addToTemplates(AciContainerTemplate... templates)
AciDeploymentTemplateBuilder.AciDeploymentTemplate
AciDeploymentTemplateBuilder. buildDeploymentTemplate(AciCloud cloud, AciContainerTemplate template, AciAgent agent)
Constructors in com.microsoft.jenkins.containeragents.builders with parameters of type AciContainerTemplate Constructor Description AciContainerTemplateBuilder(AciContainerTemplate template)
AciContainerTemplateBuilder(AciContainerTemplateFluent<?> fluent, AciContainerTemplate template)
AciContainerTemplateNested(AciContainerTemplate template)
-