com.atlassian.jira.rest.client.domain.input
Class LinkIssuesInput
java.lang.Object
com.atlassian.jira.rest.client.domain.input.LinkIssuesInput
public class LinkIssuesInput
- extends Object
Input parameters used for issue link creation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkIssuesInput
public LinkIssuesInput(String fromIssueKey,
String toIssueKey,
String linkType,
@Nullable
Comment comment)
- Parameters:
fromIssueKey
- source issue keytoIssueKey
- destination issue keylinkType
- name of the link type (e.g. "Duplicate")comment
- optional comment
LinkIssuesInput
public LinkIssuesInput(String fromIssueKey,
String toIssueKey,
String linkType)
getFromIssueKey
public String getFromIssueKey()
- Returns:
- source issue key
getToIssueKey
public String getToIssueKey()
- Returns:
- destination issue key
getComment
@Nullable
public Comment getComment()
- Returns:
- optional comment or
null
getLinkType
public String getLinkType()
- Returns:
- name of the link type (e.g. "Duplicate")
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.