Class CanTriggerIfAnotherEnvironmentExistsInProject
java.lang.Object
com.atlassian.bamboo.trigger.applicability.CanTriggerEnvironments
com.atlassian.bamboo.trigger.dependency.CanTriggerIfAnotherEnvironmentExistsInProject
- All Implemented Interfaces:
TriggerApplicabilityCondition
public class CanTriggerIfAnotherEnvironmentExistsInProject
extends CanTriggerEnvironments
implements TriggerApplicabilityCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.trigger.applicability.TriggerApplicabilityCondition
TriggerApplicabilityCondition.CanTriggerPredicate, TriggerApplicabilityCondition.CanTriggerTypePredicate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canTrigger
(@NotNull Triggerable triggerable) Detailed check of trigger applicability.void
setDeploymentProjectService
(DeploymentProjectService deploymentProjectService) Deprecated.since 6.8 use constructor injection or annotation injectionMethods inherited from class com.atlassian.bamboo.trigger.applicability.CanTriggerEnvironments
canTriggerType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.trigger.applicability.TriggerApplicabilityCondition
canTriggerType
-
Constructor Details
-
CanTriggerIfAnotherEnvironmentExistsInProject
public CanTriggerIfAnotherEnvironmentExistsInProject()
-
-
Method Details
-
canTrigger
Description copied from interface:TriggerApplicabilityCondition
Detailed check of trigger applicability. This can check attributes of the triggerable, not just its type, thus being more exact.- Specified by:
canTrigger
in interfaceTriggerApplicabilityCondition
- Overrides:
canTrigger
in classCanTriggerEnvironments
- Returns:
-
setDeploymentProjectService
@Deprecated public void setDeploymentProjectService(DeploymentProjectService deploymentProjectService) Deprecated.since 6.8 use constructor injection or annotation injection
-