Class TestTriggerSpecsHelper
- java.lang.Object
-
- com.atlassian.bamboo.testutils.specs.TestTriggerSpecsHelper
-
public class TestTriggerSpecsHelper extends Object
Helper for creating Project specs to be used in Bamboo functional tests.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_STRATEGY_TRIGGER_IP
-
Constructor Summary
Constructors Constructor Description TestTriggerSpecsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
pollingTrigger()
static com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger
pollingTrigger(Duration pollingPeriod)
static com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger
remoteTrigger()
static com.atlassian.bamboo.specs.builders.trigger.TagTrigger
tagTrigger()
-
-
-
Field Detail
-
BUILD_STRATEGY_TRIGGER_IP
public static final String BUILD_STRATEGY_TRIGGER_IP
- See Also:
- Constant Field Values
-
-
Method Detail
-
pollingTrigger
public static com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger pollingTrigger()
-
pollingTrigger
public static com.atlassian.bamboo.specs.builders.trigger.RepositoryPollingTrigger pollingTrigger(Duration pollingPeriod)
-
remoteTrigger
public static com.atlassian.bamboo.specs.builders.trigger.RemoteTrigger remoteTrigger()
-
tagTrigger
public static com.atlassian.bamboo.specs.builders.trigger.TagTrigger tagTrigger()
-
-