com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class IssueSecurityTypeClient
java.lang.Object
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.RestApiClient<IssueSecurityTypeClient>
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.IssueSecurityTypeClient
public class IssueSecurityTypeClient
- extends RestApiClient<IssueSecurityTypeClient>
Client for issue type.
- Since:
- v4.3
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 |
IssueSecurityTypeClient
public IssueSecurityTypeClient(JIRAEnvironmentData environmentData)
- Constructs a new IssueSecurityTypeClient for a JIRA instance.
- Parameters:
environmentData
- The JIRA environment data
get
public IssueSecurityType get(String issueSecurityTypeID)
throws com.sun.jersey.api.client.UniformInterfaceException
- GETs the issue type with the given id.
- Parameters:
issueSecurityTypeID
- a String containing the issue type id
- Returns:
- an IssueSecurityType
- Throws:
com.sun.jersey.api.client.UniformInterfaceException
- if there is a problem getting the issue type
getResponse
public Response getResponse(String issueSecurityTypeID)
- GETs the issue type with the given id, returning a Response.
- Parameters:
issueSecurityTypeID
- a String containing the issue type id
- Returns:
- a Response
Copyright © 2002-2012 Atlassian. All Rights Reserved.