com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class IssueLinkTypeClient

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<IssueLinkTypeClient>
      extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.IssueLinkTypeClient

public class IssueLinkTypeClient
extends RestApiClient<IssueLinkTypeClient>

Since:
v4.3

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.webtests.ztests.bundledplugins2.rest.client.RestApiClient
REST_VERSION
 
Constructor Summary
IssueLinkTypeClient(JIRAEnvironmentData environmentData)
           
IssueLinkTypeClient(JIRAEnvironmentData environmentData, String version)
           
 
Method Summary
 IssueLinkType getIssueLinkType(String issueLinkTypeID)
           
 IssueLinkTypes getIssueLinkTypes()
           
 Response getResponseForAllLinkTypes()
           
 Response getResponseForLinkType(String issueLinkTypeID)
           
 
Methods inherited from class com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient
anonymous, createResource, 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

IssueLinkTypeClient

public IssueLinkTypeClient(JIRAEnvironmentData environmentData)

IssueLinkTypeClient

public IssueLinkTypeClient(JIRAEnvironmentData environmentData,
                           String version)
Method Detail

getIssueLinkTypes

public IssueLinkTypes getIssueLinkTypes()

getIssueLinkType

public IssueLinkType getIssueLinkType(String issueLinkTypeID)

getResponseForLinkType

public Response getResponseForLinkType(String issueLinkTypeID)

getResponseForAllLinkTypes

public Response getResponseForAllLinkTypes()


Copyright © 2002-2012 Atlassian. All Rights Reserved.