public class ViewWorkflowsImpl extends Object implements ViewWorkflows
ViewWorkflowsViewWorkflows.WorkflowItem, ViewWorkflows.WorkflowItemsList, ViewWorkflows.WorkflowState| Constructor and Description |
|---|
ViewWorkflowsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
int logIndentLevel,
Navigation navigation)
Deprecated.
|
ViewWorkflowsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation) |
| Modifier and Type | Method and Description |
|---|---|
ViewWorkflows.WorkflowItemsList |
active() |
ViewWorkflows |
addWorkflow(String name,
String description)
Add new workflow with given name and description.
|
WorkflowDesignerPage |
copyWorkflow(String nameToCopy,
String newWorkflowName)
Cope workflow with given nameToCopy as a new workflow named newWorkflowName.
|
WorkflowDesignerPage |
copyWorkflow(String nameToCopy,
String newWorkflowName,
String newWorkflowDescription) |
WorkflowSteps |
createDraft(String name) |
ViewWorkflows |
delete(String name) |
WorkflowDesignerPage |
edit(String workflowName) |
ViewWorkflows |
goTo()
Go to 'Workflows' page.
|
ViewWorkflows.WorkflowItemsList |
inactive() |
boolean |
isEditable(String workflowName) |
boolean |
isImportWorkflowFromXmlButtonPresent()
Whether the import workflow from xml operation is available.
|
ViewWorkflows |
launchDesigner(String workflowName)
Launch the Workflow Designer for the given workflow
|
PublishDraftPage |
publishDraft(String name) |
ViewWorkflowPage |
view(String workflowName) |
WorkflowInitialStep |
workflowInitialStep(String workflowName)
Going to "Edit workflow designer", which is necessary step to manually browse edit "Create" transition page.
|
WorkflowSteps |
workflowSteps(String workflowName)
Go to 'Workflow steps' page for given workflow
|
@Deprecated public ViewWorkflowsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, int logIndentLevel, Navigation navigation)
@Inject
public ViewWorkflowsImpl(net.sourceforge.jwebunit.WebTester tester,
JIRAEnvironmentData environmentData,
Navigation navigation)
public ViewWorkflows goTo()
ViewWorkflowsgoTo in interface ViewWorkflowspublic ViewWorkflows addWorkflow(String name, String description)
ViewWorkflowsaddWorkflow in interface ViewWorkflowsname - name of the new workflowdescription - description of the new workflowpublic WorkflowDesignerPage edit(String workflowName)
edit in interface ViewWorkflowspublic ViewWorkflows delete(String name)
delete in interface ViewWorkflowspublic WorkflowSteps createDraft(String name)
createDraft in interface ViewWorkflowspublic PublishDraftPage publishDraft(String name)
publishDraft in interface ViewWorkflowspublic WorkflowDesignerPage copyWorkflow(String nameToCopy, String newWorkflowName)
ViewWorkflowscopyWorkflow in interface ViewWorkflowsnameToCopy - name of the workflow to copy (must exist)newWorkflowName - name of the new workflowpublic WorkflowDesignerPage copyWorkflow(String nameToCopy, String newWorkflowName, String newWorkflowDescription)
copyWorkflow in interface ViewWorkflowspublic WorkflowSteps workflowSteps(String workflowName)
ViewWorkflowsworkflowSteps in interface ViewWorkflowsworkflowName - name of the workflowpublic ViewWorkflows launchDesigner(String workflowName)
ViewWorkflowslaunchDesigner in interface ViewWorkflowsworkflowName - name of the workflowpublic boolean isImportWorkflowFromXmlButtonPresent()
ViewWorkflowsisImportWorkflowFromXmlButtonPresent in interface ViewWorkflowspublic ViewWorkflows.WorkflowItemsList active()
active in interface ViewWorkflowspublic ViewWorkflows.WorkflowItemsList inactive()
inactive in interface ViewWorkflowspublic boolean isEditable(String workflowName)
isEditable in interface ViewWorkflowspublic ViewWorkflowPage view(String workflowName)
view in interface ViewWorkflowspublic WorkflowInitialStep workflowInitialStep(String workflowName)
ViewWorkflowsworkflowInitialStep in interface ViewWorkflowsWorkflowInitialStepCopyright © 2002-2018 Atlassian. All Rights Reserved.