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

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<T>
      extended by com.atlassian.jira.functest.framework.backdoor.BackdoorControl<GeneralConfigurationControl>
          extended by com.atlassian.jira.functest.framework.backdoor.GeneralConfigurationControl
All Implemented Interfaces:
FuncTestLogger

public class GeneralConfigurationControl
extends BackdoorControl<GeneralConfigurationControl>

Use this class from func/selenium/page-object tests that need to manipulate General Configuration.

Since:
v5.1

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
RestApiClient.Method
 
Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
restPathRootLength
 
Fields inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
GeneralConfigurationControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 void allowUnassignedIssues()
           
 void disallowUnassignedIssues()
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, delete, get, get, get, getId, log, log, post
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, errorResponse, expanded, loginAs, loginAs, percentEncode, resourceRoot, setOf, toResponse, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralConfigurationControl

public GeneralConfigurationControl(JIRAEnvironmentData environmentData)
Method Detail

allowUnassignedIssues

public void allowUnassignedIssues()

disallowUnassignedIssues

public void disallowUnassignedIssues()


Copyright © 2002-2012 Atlassian. All Rights Reserved.