Class FieldConfigSchemeControl
java.lang.Object
com.atlassian.jira.testkit.client.RestApiClient<T>
com.atlassian.jira.testkit.client.BackdoorControl<T>
com.atlassian.jira.functest.framework.backdoor.BackdoorControl<FieldConfigSchemeControl>
com.atlassian.jira.functest.framework.backdoor.FieldConfigSchemeControl
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.testkit.client.RestApiClient
com.atlassian.jira.testkit.client.RestApiClient.BackdoorLoggingFilter, com.atlassian.jira.testkit.client.RestApiClient.JsonMediaTypeFilter, com.atlassian.jira.testkit.client.RestApiClient.RestCall -
Field Summary
Fields inherited from class com.atlassian.jira.testkit.client.BackdoorControl
API_REST_PATH, API_REST_VERSION, DEFAULT_REST_PATH, logger, rootPathFields inherited from class com.atlassian.jira.testkit.client.RestApiClient
REST_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.ws.rs.client.WebTargetvoidupdateFieldConfigScheme(String fieldId, long configSchemeId, String label, Collection<String> projectIds, Collection<String> issueTypeIds) Methods inherited from class com.atlassian.jira.testkit.client.BackdoorControl
createResourceForPath, createResourceForPath, get, getRestModulePathMethods inherited from class com.atlassian.jira.testkit.client.RestApiClient
anonymous, authenticate, authoriseWithOAuth2, authoriseWithOAuth2, cleanUp, client, createResource, createResourceGadget, createResourceInternal, errorResponse, expanded, getCredentialsProvider, getEnvironmentData, loginAs, loginAs, registerResponse, resourceRoot, resourceRoot, setOf, toResponse, toResponse, toResponse, withCredentialsProvider
-
Constructor Details
-
FieldConfigSchemeControl
-
-
Method Details
-
updateFieldConfigScheme
public void updateFieldConfigScheme(@Nonnull String fieldId, long configSchemeId, @Nullable String label, @Nullable Collection<String> projectIds, @Nullable Collection<String> issueTypeIds) - Parameters:
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 set
-
createResource
protected javax.ws.rs.client.WebTarget createResource()- Overrides:
createResourcein classBackdoorControl<FieldConfigSchemeControl>
-