Uses of Enum Class
com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties.Container
Packages that use ScheduledTriggerProperties.Container
-
Uses of ScheduledTriggerProperties.Container in com.atlassian.bamboo.specs.model.trigger
Methods in com.atlassian.bamboo.specs.model.trigger that return ScheduledTriggerProperties.ContainerModifier and TypeMethodDescriptionScheduledTriggerProperties.getContainer()
Returns the enum constant of this class with the specified name.static ScheduledTriggerProperties.Container[]
ScheduledTriggerProperties.Container.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.trigger with parameters of type ScheduledTriggerProperties.ContainerModifierConstructorDescriptionScheduledTriggerProperties
(String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, @NotNull String cronExpression, @Nullable String artifactBranch, boolean skipIfLatestVersionAlreadyDeployed, @NotNull ScheduledTriggerProperties.Container container) Deprecated.since 10.0ScheduledTriggerProperties
(String name, String description, boolean isEnabled, Set<TriggerConditionProperties> conditions, @NotNull String cronExpression, @Nullable String artifactBranch, boolean skipIfLatestVersionAlreadyDeployed, @NotNull ScheduledTriggerProperties.Container container)