com.atlassian.jira.web.action.history
Class RecentIssueHistory.IssueHistoryBean

java.lang.Object
  extended by com.atlassian.jira.web.action.history.RecentIssueHistory.IssueHistoryBean
Enclosing class:
RecentIssueHistory

public static class RecentIssueHistory.IssueHistoryBean
extends Object

A simple presentation bean to make the JSP markup easier

Since:
v3.13

Constructor Summary
RecentIssueHistory.IssueHistoryBean(String issueKey, String summary)
           
 
Method Summary
 String getIssueKey()
           
 String getShortSummary()
           
 String getSummary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentIssueHistory.IssueHistoryBean

public RecentIssueHistory.IssueHistoryBean(String issueKey,
                                           String summary)
Method Detail

getIssueKey

public String getIssueKey()

getSummary

public String getSummary()

getShortSummary

public String getShortSummary()


Copyright © 2002-2013 Atlassian. All Rights Reserved.