org.apache.maven.plugin.jira
Class JiraIssue

java.lang.Object
  extended byorg.apache.maven.plugin.jira.JiraIssue

public class JiraIssue
extends Object

A JIRA issue.

Version:
$Id: JiraIssue.html 816584 2012-05-08 12:33:35Z hboutemy $

Constructor Summary
JiraIssue()
           
 
Method Summary
 void addComment(String comment)
           
 String getAssignee()
           
 List getComments()
           
 String getComponent()
           
 String getFixVersion()
           
 String getKey()
           
 String getLink()
           
 String getPriority()
           
 String getReporter()
           
 String getResolution()
           
 String getStatus()
           
 String getSummary()
           
 String getTitle()
           
 String getType()
           
 String getVersion()
           
 void setAssignee(String assignee)
           
 void setComponent(String component)
           
 void setFixVersion(String fixVersion)
           
 void setKey(String key)
           
 void setLink(String link)
           
 void setPriority(String priority)
           
 void setReporter(String reporter)
           
 void setResolution(String resolution)
           
 void setStatus(String status)
           
 void setSummary(String summary)
           
 void setTitle(String title)
           
 void setType(String type)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraIssue

public JiraIssue()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getLink

public String getLink()

setLink

public void setLink(String link)

getSummary

public String getSummary()

setSummary

public void setSummary(String summary)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getResolution

public String getResolution()

setResolution

public void setResolution(String resolution)

getAssignee

public String getAssignee()

setAssignee

public void setAssignee(String assignee)

getComponent

public String getComponent()

setComponent

public void setComponent(String component)

getFixVersion

public String getFixVersion()

setFixVersion

public void setFixVersion(String fixVersion)

getPriority

public String getPriority()

setPriority

public void setPriority(String priority)

getReporter

public String getReporter()

setReporter

public void setReporter(String reporter)

getType

public String getType()

setType

public void setType(String type)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

addComment

public void addComment(String comment)

getComments

public List getComments()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.