public class WorkflowSchemes extends Object
Constructor and Description |
---|
WorkflowSchemes(net.sourceforge.jwebunit.WebTester tester,
Assertions assertions,
Backdoor backdoor,
ProgressBar progressBar,
Navigation navigation) |
Modifier and Type | Method and Description |
---|---|
void |
addWorkFlowScheme(String name,
String description) |
void |
deleteWorkFlowScheme(String workflowscheme_name) |
void |
waitForSuccessfulWorkflowSchemeMigration(String projectName,
String targetWorkflowName)
Waits until a workflow scheme migration completes now that it runs asynchronously.
|
@Inject public WorkflowSchemes(net.sourceforge.jwebunit.WebTester tester, Assertions assertions, Backdoor backdoor, ProgressBar progressBar, Navigation navigation)
public void deleteWorkFlowScheme(String workflowscheme_name)
public void waitForSuccessfulWorkflowSchemeMigration(String projectName, String targetWorkflowName)
projectName
- the name of the project to associate the worflow scheme totargetWorkflowName
- the name of the workflow scheme to associate the project toCopyright © 2002-2022 Atlassian. All Rights Reserved.