|
||||||||||
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 fileMethod Detail |
---|
public void setRevision(String revision)
revision
- The versionpublic String getName()
getName
in interface CommitFile
public String getCleanName()
getCleanName
in interface CommitFile
public String getRevision()
getRevision
in interface CommitFile
public boolean isRevisionKnown()
isRevisionKnown
in interface CommitFile
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |