|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.repository.ChangeLogEntry
public class ChangeLogEntry
This class is a POJO containing information about the latest repository changes
| Field Summary | |
|---|---|
static String |
UNKNOWN
|
| Constructor Summary | |
|---|---|
ChangeLogEntry()
|
|
ChangeLogEntry(String author,
String comment,
List changedFiles,
Date data)
|
|
| Method Summary | |
|---|---|
void |
addFile(ChangeLogFile file)
Associate a file with this change log. |
boolean |
equals(Object o)
Default Intellij generated equality |
String |
getAuthor()
Who made the change? |
List |
getChangedFiles()
Obtain the collection of ChangeLogFiles associated with this change. |
String |
getComment()
What was the annotation associated with this change? |
Date |
getDate()
What was the date of this change? |
int |
hashCode()
Default Intellij generated hash |
void |
setAuthor(String author)
Specify the author of this change |
void |
setComment(String comment)
Specify the change comment |
void |
setDate(Date date)
Specify the date of the change |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String UNKNOWN
| Constructor Detail |
|---|
public ChangeLogEntry()
public ChangeLogEntry(String author,
String comment,
List changedFiles,
Date data)
| Method Detail |
|---|
public Date getDate()
public void setDate(Date date)
date - The datepublic String getAuthor()
public void setAuthor(String author)
author - The authorpublic String getComment()
public void setComment(String comment)
comment - The commentpublic List getChangedFiles()
ChangeLogFiles associated with this change.
public void addFile(ChangeLogFile file)
file - a filepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||