| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledTriggerProperties.Container |
ScheduledTriggerProperties.getContainer() |
static ScheduledTriggerProperties.Container |
ScheduledTriggerProperties.Container.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTriggerProperties.Container[] |
ScheduledTriggerProperties.Container.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ScheduledTriggerProperties(String description,
boolean isEnabled,
Set<TriggerConditionProperties> conditions,
@NotNull String cronExpression,
@Nullable String artifactBranch,
boolean skipIfLatestVersionAlreadyDeployed,
@NotNull ScheduledTriggerProperties.Container container) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.