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

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

public class IssueTypeScreenSchemesControl
extends BackdoorControl<IssueTypeScreenSchemesControl>

Use this class from func/selenium/page-object tests that need to manipulate Issue Type Screen Schemes. See IssueTypeScreenSchemesBackdoor for the code this plugs into at the back-end.

Since:
v5.0

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
IssueTypeScreenSchemesControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 Long createScheme(String name, String description, Long fieldScreenSchemeId)
           
 void removeScheme(Long id)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
createResource, delete, get, get, get, getId, log, log, post, post, 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

IssueTypeScreenSchemesControl

public IssueTypeScreenSchemesControl(JIRAEnvironmentData environmentData)
Method Detail

createScheme

public Long createScheme(String name,
                         String description,
                         Long fieldScreenSchemeId)

removeScheme

public void removeScheme(Long id)


Copyright © 2002-2012 Atlassian. All Rights Reserved.