Uses of Class
com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties
-
Packages that use TriggerProperties Package Description com.atlassian.bamboo.specs.api.builders.trigger Build triggers.com.atlassian.bamboo.specs.api.model.deployment Deployment project and environments.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs.com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.trigger Build triggers. -
-
Uses of TriggerProperties in com.atlassian.bamboo.specs.api.builders.trigger
Classes in com.atlassian.bamboo.specs.api.builders.trigger with type parameters of type TriggerProperties Modifier and Type Class Description classTrigger<T extends Trigger<T,P>,P extends TriggerProperties>Represents a definition of trigger. -
Uses of TriggerProperties in com.atlassian.bamboo.specs.api.model.deployment
Methods in com.atlassian.bamboo.specs.api.model.deployment that return types with arguments of type TriggerProperties Modifier and Type Method Description List<TriggerProperties>EnvironmentProperties. getTriggers() -
Uses of TriggerProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return types with arguments of type TriggerProperties Modifier and Type Method Description @NotNull List<TriggerProperties>PlanProperties. getTriggers() -
Uses of TriggerProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return TriggerProperties Modifier and Type Method Description @Nullable TriggerPropertiesPlanBranchManagementProperties. getDefaultTrigger()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type TriggerProperties Constructor Description PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of TriggerProperties in com.atlassian.bamboo.specs.api.model.trigger
Subclasses of TriggerProperties in com.atlassian.bamboo.specs.api.model.trigger Modifier and Type Class Description classAnyTriggerPropertiesclassRepositoryBasedTriggerProperties
-