Uses of Class
com.atlassian.bamboo.rest.model.agent.ephemeral.RestEphemeralAgentTemplate
Packages that use RestEphemeralAgentTemplate
Package
Description
-
Uses of RestEphemeralAgentTemplate in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource that return RestEphemeralAgentTemplateModifier and TypeMethodDescriptionEphemeralAgentTemplateResource.createTemplateConfiguration
(@Nullable RestEphemeralAgentTemplate restEphemeralAgentTemplate) EphemeralAgentTemplateResource.getTemplateConfiguration
(@Nullable Long configurationId) EphemeralAgentTemplateResource.updateTemplateConfiguration
(@Nullable Long configurationId, @Nullable RestEphemeralAgentTemplate newEphemeralAgentTemplate) Methods in com.atlassian.bamboo.plugins.rest.resource that return types with arguments of type RestEphemeralAgentTemplateModifier and TypeMethodDescriptionEphemeralAgentTemplateResource.getTemplateConfigurationsPage
(String filter, PageRequest pageRequest, ExpansionParam expansion, javax.ws.rs.core.UriInfo uriInfo) Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type RestEphemeralAgentTemplateModifier and TypeMethodDescriptionEphemeralAgentTemplateResource.createTemplateConfiguration
(@Nullable RestEphemeralAgentTemplate restEphemeralAgentTemplate) EphemeralAgentTemplateResource.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 RestEphemeralAgentTemplateModifier and TypeMethodDescriptionAgentsControl.createEphemeralAgentTemplate
(String name, String yamlTemplate)