Uses of Class
com.atlassian.bamboo.specs.api.builders.trigger.Trigger
Packages that use Trigger
Package
Description
Deployment project and environments.
Plan, plan branches, stages and jobs.
Automatic branch creation, integration and cleanup.
Build triggers.
-
Uses of Trigger in com.atlassian.bamboo.specs.api.builders.deployment
Methods in com.atlassian.bamboo.specs.api.builders.deployment with parameters of type TriggerModifier and TypeMethodDescriptionAdds triggers to this environment. -
Uses of Trigger in com.atlassian.bamboo.specs.api.builders.plan
Methods in com.atlassian.bamboo.specs.api.builders.plan with parameters of type Trigger -
Uses of Trigger in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches with parameters of type TriggerModifier and TypeMethodDescriptionPlanBranchManagement.defaultTrigger(@NotNull Trigger<?, ?> defaultTrigger) Created plan branch will use a custom trigger. -
Uses of Trigger in com.atlassian.bamboo.specs.api.builders.trigger
Classes in com.atlassian.bamboo.specs.api.builders.trigger with type parameters of type TriggerModifier and TypeClassDescriptionclassTrigger<T extends Trigger<T,P>, P extends TriggerProperties> Represents a definition of trigger.Subclasses of Trigger in com.atlassian.bamboo.specs.api.builders.triggerModifier and TypeClassDescriptionclassRepresents a trigger of any type.classRepositoryBasedTrigger<T extends RepositoryBasedTrigger<T,P>, P extends RepositoryBasedTriggerProperties> Represents a definition of trigger which uses a Bamboo repository to activate builds.