public class FieldConfigSchemeControl extends BackdoorControl<FieldConfigSchemeControl>
Constructor and Description |
---|
FieldConfigSchemeControl(JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
protected com.sun.jersey.api.client.WebResource |
createResource() |
void |
updateFieldConfigScheme(String fieldId,
long configSchemeId,
String label,
Collection<String> projectIds,
Collection<String> issueTypeIds) |
createResourceForPath, createResourceForPath, get, getRestModulePath
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public FieldConfigSchemeControl(JIRAEnvironmentData environmentData)
public void updateFieldConfigScheme(@Nonnull String fieldId, long configSchemeId, @Nullable String label, @Nullable Collection<String> projectIds, @Nullable Collection<String> issueTypeIds)
fieldId
- - custom or system field IDconfigSchemeId
- - specific config scheme of a given fieldlabel
- - new label for config scheme - if `null`, current label will persistprojectIds
- - new project IDs for config scheme; if `null`, current project settings will persist; if empty list is provided, global context will be setissueTypeIds
- - new issue type IDs for config scheme; if `null`, current issue type settings will persist; if empty list is provided, global context will be setprotected com.sun.jersey.api.client.WebResource createResource()
createResource
in class BackdoorControl<FieldConfigSchemeControl>
Copyright © 2002-2024 Atlassian. All Rights Reserved.