com.atlassian.jira.functest.framework.backdoor
Class ManagedConfigurationControl

java.lang.Object
  extended by com.atlassian.jira.testkit.client.RestApiClient<T>
      extended by com.atlassian.jira.testkit.client.BackdoorControl<T>
          extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<ManagedConfigurationControl>
              extended by com.atlassian.jira.functest.framework.backdoor.ManagedConfigurationControl

public class ManagedConfigurationControl
extends BackdoorControl<ManagedConfigurationControl>

Control for ManagedConfigurationBackdoor

Since:
v5.2

Nested Class Summary
static class ManagedConfigurationControl.ManagedEntity
           
 
Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.BackdoorControl
com.atlassian.jira.testkit.client.BackdoorControl.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.BackdoorControl.JsonMediaTypeFilter
 
Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.testkit.client.RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.testkit.client.BackdoorControl
API_REST_PATH, API_REST_VERSION, DEFAULT_REST_PATH, logger, rootPath
 
Fields inherited from class com.atlassian.jira.testkit.client.RestApiClient
REST_VERSION
 
Constructor Summary
ManagedConfigurationControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 ManagedConfigurationControl.ManagedEntity getManagedCustomField(String customFieldId)
           
 List<ManagedConfigurationControl.ManagedEntity> getManagedCustomFields()
           
 ManagedConfigurationControl.ManagedEntity getManagedWorkflow(String workflowName)
           
 List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflows()
           
 ManagedConfigurationControl.ManagedEntity getManagedWorkflowScheme(String workflowSchemeName)
           
 List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflowSchemes()
           
 ManagedConfigurationControl.ManagedEntity postManagedCustomField(String customFieldId, boolean isManaged, boolean isLocked)
           
 ManagedConfigurationControl.ManagedEntity postManagedWorkflow(String workflowName, boolean isManaged, boolean isLocked)
           
 ManagedConfigurationControl.ManagedEntity postManagedWorkflowScheme(String workflowSchemeName, boolean isManaged, boolean isLocked)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource
 
Methods inherited from class com.atlassian.jira.testkit.client.BackdoorControl
createResourceForPath, createResourceForPath, get, getRestModulePath
 
Methods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, createResourceGadget, createResourceInternal, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedConfigurationControl

public ManagedConfigurationControl(JIRAEnvironmentData environmentData)
Method Detail

getManagedCustomFields

public List<ManagedConfigurationControl.ManagedEntity> getManagedCustomFields()

getManagedCustomField

public ManagedConfigurationControl.ManagedEntity getManagedCustomField(String customFieldId)

postManagedCustomField

public ManagedConfigurationControl.ManagedEntity postManagedCustomField(String customFieldId,
                                                                        boolean isManaged,
                                                                        boolean isLocked)

getManagedWorkflows

public List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflows()

getManagedWorkflow

public ManagedConfigurationControl.ManagedEntity getManagedWorkflow(String workflowName)

postManagedWorkflow

public ManagedConfigurationControl.ManagedEntity postManagedWorkflow(String workflowName,
                                                                     boolean isManaged,
                                                                     boolean isLocked)

getManagedWorkflowSchemes

public List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflowSchemes()

getManagedWorkflowScheme

public ManagedConfigurationControl.ManagedEntity getManagedWorkflowScheme(String workflowSchemeName)

postManagedWorkflowScheme

public ManagedConfigurationControl.ManagedEntity postManagedWorkflowScheme(String workflowSchemeName,
                                                                           boolean isManaged,
                                                                           boolean isLocked)


Copyright © 2002-2014 Atlassian. All Rights Reserved.