public class FieldConfigurationControlExt
extends com.atlassian.jira.testkit.client.FieldConfigurationControl
Constructor and Description |
---|
FieldConfigurationControlExt(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData) |
Modifier and Type | Method and Description |
---|---|
void |
copyFieldConfiguration(String name,
String copyName)
Copies an existing field configuration.
|
protected String |
getRestModulePath() |
void |
setFieldRenderer(String fieldConfirationName,
String fieldId,
String renderer) |
associateCustomFieldWithProject, changeFieldDescription, changeFieldVisibility, hideField, showField
createResource, createResourceForPath, createResourceForPath, get
anonymous, cleanUp, client, createResourceGadget, createResourceInternal, errorResponse, expanded, getEnvironmentData, loginAs, loginAs, percentEncode, registerResponse, resourceRoot, setOf, toResponse, toResponse, toResponse
public FieldConfigurationControlExt(com.atlassian.jira.testkit.client.JIRAEnvironmentData environmentData)
public void copyFieldConfiguration(String name, String copyName)
"Copy of " + original name
unless specified.name
- the name of the existing field configurationcopyName
- the name of the new field configurationpublic void setFieldRenderer(String fieldConfirationName, String fieldId, String renderer)
protected String getRestModulePath()
getRestModulePath
in class com.atlassian.jira.testkit.client.BackdoorControl<com.atlassian.jira.testkit.client.FieldConfigurationControl>
Copyright © 2002-2015 Atlassian. All Rights Reserved.