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

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

public class IssueLinkingControl
extends BackdoorControl<IssueLinkingControl>

Allows you to enable/disable issue links.

Since:
v5.0.4

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
IssueLinkingControl(JIRAEnvironmentData environmentData)
           
 
Method Summary
 void createIssueLinkType(String name, String outward, String inward)
           
 void createIssueLinkType(String name, String outward, String inward, String style)
           
 com.sun.jersey.api.client.WebResource createResource()
          Creates the resource that corresponds to the root of the func-test REST API.
 boolean disable()
           
 boolean enable()
           
 boolean isEnabled()
           
 
Methods inherited from class com.atlassian.jira.functest.framework.backdoor.BackdoorControl
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

IssueLinkingControl

public IssueLinkingControl(JIRAEnvironmentData environmentData)
Method Detail

isEnabled

public boolean isEnabled()

enable

public boolean enable()

disable

public boolean disable()

createResource

public com.sun.jersey.api.client.WebResource createResource()
Description copied from class: BackdoorControl
Creates the resource that corresponds to the root of the func-test REST API.

Overrides:
createResource in class BackdoorControl<IssueLinkingControl>
Returns:
a WebResource for the REST API root

createIssueLinkType

public void createIssueLinkType(String name,
                                String outward,
                                String inward)

createIssueLinkType

public void createIssueLinkType(String name,
                                String outward,
                                String inward,
                                String style)


Copyright © 2002-2012 Atlassian. All Rights Reserved.