Uses of Class
com.atlassian.bamboo.testutils.model.task.TestTaskDetails
-
-
Uses of TestTaskDetails in com.atlassian.bamboo.testutils.backdoor.model.deployment
Constructor parameters in com.atlassian.bamboo.testutils.backdoor.model.deployment with type arguments of type TestTaskDetails Constructor Description RestEnvironment(TestEnvironmentDetails environment, Function<TestTaskDetails,RestTask> toRestTask, Function<TestTriggerDetails,RestTrigger> toRestTrigger, Function<TestNotificationDetails,RestNotification> toRestNotification)
-
Uses of TestTaskDetails in com.atlassian.bamboo.testutils.model.deployments.environments
Methods in com.atlassian.bamboo.testutils.model.deployments.environments that return types with arguments of type TestTaskDetails Modifier and Type Method Description com.google.common.collect.ImmutableList<TestTaskDetails>
TestEnvironmentDetails. getTasks()
Methods in com.atlassian.bamboo.testutils.model.deployments.environments with parameters of type TestTaskDetails Modifier and Type Method Description TestEnvironmentDetails.Builder
TestEnvironmentDetails.Builder. task(TestTaskDetails taskDetails)
-
Uses of TestTaskDetails in com.atlassian.bamboo.testutils.model.task
Subclasses of TestTaskDetails in com.atlassian.bamboo.testutils.model.task Modifier and Type Class Description class
AntTaskDetails
class
CheckoutTaskDetails
class
InjectVariablesTaskDetails
class
Maven2TaskDetails
class
Maven3TaskDetails
class
ScriptTaskDetails
-