Uses of Enum Class
com.atlassian.bamboo.specs.model.trigger.ScheduledTriggerProperties.Container
-
Uses of ScheduledTriggerProperties.Container in com.atlassian.bamboo.specs.model.trigger
Modifier 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.ModifierConstructorDescriptionScheduledTriggerProperties
(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)