Uses of Class
com.atlassian.bamboo.agent.ephemeral.validation.TemplateValidationException
-
Packages that use TemplateValidationException Package Description com.atlassian.bamboo.agent.ephemeral com.atlassian.bamboo.agent.ephemeral.validation -
-
Uses of TemplateValidationException in com.atlassian.bamboo.agent.ephemeral
Methods in com.atlassian.bamboo.agent.ephemeral that throw TemplateValidationException Modifier and Type Method Description void
EphemeralAgentsService. saveEphemeralAgentTemplate(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate)
Saves specified Ephemeral Agent Template within the persistence layer.void
EphemeralAgentsServiceImpl. saveEphemeralAgentTemplate(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate)
-
Uses of TemplateValidationException in com.atlassian.bamboo.agent.ephemeral.validation
Methods in com.atlassian.bamboo.agent.ephemeral.validation that throw TemplateValidationException Modifier and Type Method Description void
EphemeralAgentTemplateValidationService. validate(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate)
Validates whether the template is a legit Ephemeral Agents template.void
EphemeralAgentTemplateValidationServiceImpl. validate(@NotNull EphemeralAgentTemplate ephemeralAgentTemplate)
-