com.atlassian.bamboo.plugins.testutils.plan
Interface PlanTestService

All Known Implementing Classes:
PlanTestServiceImpl

public interface PlanTestService


Method Summary
 PlanKey createChain(String projectKey, String projectName, String chainName)
           
 PlanKey createJob(PlanKey chainKey, String jobSubKey)
           
 PlanKey createSimpleChain()
           
 

Method Detail

createSimpleChain

PlanKey createSimpleChain()
                          throws Exception
Throws:
Exception

createChain

PlanKey createChain(@NotNull
                    String projectKey,
                    @Nullable
                    String projectName,
                    @NotNull
                    String chainName)
                    throws Exception
Throws:
Exception

createJob

PlanKey createJob(@NotNull
                  PlanKey chainKey,
                  @NotNull
                  String jobSubKey)
                  throws Exception
Throws:
Exception


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.