|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.repository.ChangeLogFile
public class ChangeLogFile
This class provides information about change log file revisions.
| Constructor Summary | |
|---|---|
ChangeLogFile(String name)
Create a log file entry for a file with the given name, |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getCleanName()
|
String |
getName()
What's the name of the file? |
String |
getRevision()
What's the version of the file? |
int |
hashCode()
|
boolean |
isRevisionKnown()
|
void |
setRevision(String revision)
Set the repository specific version number |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLogFile(String name)
name - The name of the file| Method Detail |
|---|
public void setRevision(String revision)
revision - The versionpublic String getName()
getName in interface CommitFilepublic String getCleanName()
getCleanName in interface CommitFilepublic String getRevision()
getRevision in interface CommitFilepublic boolean isRevisionKnown()
isRevisionKnown in interface CommitFilepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||