Uses of Class
com.atlassian.bamboo.rest.model.agent.ephemeral.RestEphemeralAgentTemplate
-
Packages that use RestEphemeralAgentTemplate Package Description com.atlassian.bamboo.plugins.rest.resource com.atlassian.bamboo.testutils.backdoor -
-
Uses of RestEphemeralAgentTemplate in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestEphemeralAgentTemplate Modifier and Type Method Description RestEphemeralAgentTemplateEphemeralAgentTemplateResource. createTemplateConfiguration(@Nullable RestEphemeralAgentTemplate restEphemeralAgentTemplate)RestEphemeralAgentTemplateEphemeralAgentTemplateResource. getTemplateConfiguration(@Nullable Long configurationId)RestEphemeralAgentTemplateEphemeralAgentTemplateResource. updateTemplateConfiguration(@Nullable Long configurationId, @Nullable RestEphemeralAgentTemplate newEphemeralAgentTemplate)Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestEphemeralAgentTemplate Modifier and Type Method Description RestPageModel<RestEphemeralAgentTemplate>EphemeralAgentTemplateResource. getTemplateConfigurationsPage(String filter, PageRequest pageRequest, Expansion expansion, javax.ws.rs.core.UriInfo uriInfo)Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestEphemeralAgentTemplate Modifier and Type Method Description RestEphemeralAgentTemplateEphemeralAgentTemplateResource. createTemplateConfiguration(@Nullable RestEphemeralAgentTemplate restEphemeralAgentTemplate)RestEphemeralAgentTemplateEphemeralAgentTemplateResource. updateTemplateConfiguration(@Nullable Long configurationId, @Nullable RestEphemeralAgentTemplate newEphemeralAgentTemplate) -
Uses of RestEphemeralAgentTemplate in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return RestEphemeralAgentTemplate Modifier and Type Method Description RestEphemeralAgentTemplateAgentsControl. createEphemeralAgentTemplate(String name, String yamlTemplate)
-