Uses of Class
com.atlassian.jira.functest.framework.backdoor.ManagedConfigurationControl.ManagedEntity

Packages that use ManagedConfigurationControl.ManagedEntity
com.atlassian.jira.functest.framework.backdoor   
 

Uses of ManagedConfigurationControl.ManagedEntity in com.atlassian.jira.functest.framework.backdoor
 

Methods in com.atlassian.jira.functest.framework.backdoor that return ManagedConfigurationControl.ManagedEntity
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.getManagedCustomField(String customFieldId)
           
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.getManagedWorkflow(String workflowName)
           
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.getManagedWorkflowScheme(String workflowSchemeName)
           
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.postManagedCustomField(String customFieldId, boolean isManaged, boolean isLocked)
           
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.postManagedWorkflow(String workflowName, boolean isManaged, boolean isLocked)
           
 ManagedConfigurationControl.ManagedEntity ManagedConfigurationControl.postManagedWorkflowScheme(String workflowSchemeName, boolean isManaged, boolean isLocked)
           
 

Methods in com.atlassian.jira.functest.framework.backdoor that return types with arguments of type ManagedConfigurationControl.ManagedEntity
 List<ManagedConfigurationControl.ManagedEntity> ManagedConfigurationControl.getManagedCustomFields()
           
 List<ManagedConfigurationControl.ManagedEntity> ManagedConfigurationControl.getManagedWorkflows()
           
 List<ManagedConfigurationControl.ManagedEntity> ManagedConfigurationControl.getManagedWorkflowSchemes()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.