public class ManagedConfigurationControl extends BackdoorControl<ManagedConfigurationControl>
Modifier and Type | Class and Description |
---|---|
static class |
ManagedConfigurationControl.ManagedEntity |
Constructor and Description |
---|
ManagedConfigurationControl(JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
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) |
createResource
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public ManagedConfigurationControl(JIRAEnvironmentData environmentData)
public List<ManagedConfigurationControl.ManagedEntity> getManagedCustomFields()
public ManagedConfigurationControl.ManagedEntity getManagedCustomField(String customFieldId)
public ManagedConfigurationControl.ManagedEntity postManagedCustomField(String customFieldId, boolean isManaged, boolean isLocked)
public List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflows()
public ManagedConfigurationControl.ManagedEntity getManagedWorkflow(String workflowName)
public ManagedConfigurationControl.ManagedEntity postManagedWorkflow(String workflowName, boolean isManaged, boolean isLocked)
public List<ManagedConfigurationControl.ManagedEntity> getManagedWorkflowSchemes()
public ManagedConfigurationControl.ManagedEntity getManagedWorkflowScheme(String workflowSchemeName)
public ManagedConfigurationControl.ManagedEntity postManagedWorkflowScheme(String workflowSchemeName, boolean isManaged, boolean isLocked)
Copyright © 2002-2021 Atlassian. All Rights Reserved.