Uses of Class
com.atlassian.bamboo.testutils.model.triggers.TestTriggerDetails
-
-
Uses of TestTriggerDetails in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils with parameters of type TestTriggerDetails Modifier and Type Method Description TestBuildDetailsBuilder
TestBuildDetailsBuilder. trigger(TestTriggerDetails triggerDetails)
-
Uses of TestTriggerDetails in com.atlassian.bamboo.testutils.backdoor.model
Constructors in com.atlassian.bamboo.testutils.backdoor.model with parameters of type TestTriggerDetails Constructor Description RestTrigger(TestTriggerDetails trigger)
-
Uses of TestTriggerDetails in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return types with arguments of type TestTriggerDetails Modifier and Type Method Description @NotNull Set<TestTriggerDetails>
TestBuildDetails. getTriggers()
Methods in com.atlassian.bamboo.testutils.model with parameters of type TestTriggerDetails Modifier and Type Method Description void
TestBuildDetails. addTrigger(TestTriggerDetails triggerDetails)
-
Uses of TestTriggerDetails in com.atlassian.bamboo.testutils.model.deployments.environments
Methods in com.atlassian.bamboo.testutils.model.deployments.environments that return types with arguments of type TestTriggerDetails Modifier and Type Method Description com.google.common.collect.ImmutableList<TestTriggerDetails>
TestEnvironmentDetails. getTriggers()
Methods in com.atlassian.bamboo.testutils.model.deployments.environments with parameters of type TestTriggerDetails Modifier and Type Method Description TestEnvironmentDetails.Builder
TestEnvironmentDetails.Builder. trigger(TestTriggerDetails triggerDetails)
-
Uses of TestTriggerDetails in com.atlassian.bamboo.testutils.model.triggers
Subclasses of TestTriggerDetails in com.atlassian.bamboo.testutils.model.triggers Modifier and Type Class Description class
AfterSuccessfulPlanTriggerDetails
class
DailyTriggerDetails
class
RemoteTriggerDetails
class
RepositoryPollingTriggerDetails
class
ScheduledTriggerDetails
-