Uses of Interface
com.atlassian.bamboo.configuration.external.yaml.properties.common.Trigger
-
Packages that use Trigger Package Description com.atlassian.bamboo.configuration.external.yaml.properties Contains the internal Java class model which correspond to the most up-to-date Bamboo Specs YAML document.com.atlassian.bamboo.configuration.external.yaml.properties.common.triggers com.atlassian.bamboo.configuration.external.yaml.properties.deployment -
-
Uses of Trigger in com.atlassian.bamboo.configuration.external.yaml.properties
Methods in com.atlassian.bamboo.configuration.external.yaml.properties that return types with arguments of type Trigger Modifier and Type Method Description @NotNull List<Trigger>
BambooYamlPlanDefinition. getTriggers()
-
Uses of Trigger in com.atlassian.bamboo.configuration.external.yaml.properties.common.triggers
Classes in com.atlassian.bamboo.configuration.external.yaml.properties.common.triggers that implement Trigger Modifier and Type Class Description class
DefaultTrigger
A marker that in the YAML document the user has not overridden triggers, and we need to configure a default one.class
PluginAwareTrigger
-
Uses of Trigger in com.atlassian.bamboo.configuration.external.yaml.properties.deployment
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.deployment that return types with arguments of type Trigger Modifier and Type Method Description @NotNull List<Trigger>
Environment. getTriggers()
-