Uses of Interface
com.atlassian.jira.functest.framework.admin.ViewWorkflows

Packages that use ViewWorkflows
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.admin   
 

Uses of ViewWorkflows in com.atlassian.jira.functest.framework
 

Methods in com.atlassian.jira.functest.framework that return ViewWorkflows
 ViewWorkflows AdministrationImpl.workflows()
           
 ViewWorkflows Administration.workflows()
          Manage the 'Workflows' administration page
 

Uses of ViewWorkflows in com.atlassian.jira.functest.framework.admin
 

Classes in com.atlassian.jira.functest.framework.admin that implement ViewWorkflows
 class ViewWorkflowsImpl
          Default implementation of ViewWorkflows
 

Methods in com.atlassian.jira.functest.framework.admin that return ViewWorkflows
 ViewWorkflows ViewWorkflowsImpl.addWorkflow(String name, String description)
           
 ViewWorkflows ViewWorkflows.addWorkflow(String name, String description)
          Add new workflow with given name and description.
 ViewWorkflows ViewWorkflowsImpl.copyWorkflow(String nameToCopy, String newWorkflowName)
           
 ViewWorkflows ViewWorkflows.copyWorkflow(String nameToCopy, String newWorkflowName)
          Cope workflow with given nameToCopy as a new workflow named newWorkflowName.
 ViewWorkflows ViewWorkflowsImpl.goTo()
           
 ViewWorkflows ViewWorkflows.goTo()
          Go to 'Workflows' page.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.