com.atlassian.bamboo.commit
Class CommitFileImpl
java.lang.Object
com.atlassian.bamboo.commit.CommitFileImpl
- All Implemented Interfaces:
- CommitFile
public class CommitFileImpl
- extends Object
- implements CommitFile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitFileImpl
public CommitFileImpl()
getName
public String getName()
- Specified by:
getName
in interface CommitFile
- Returns:
- name of file
getCleanName
public String getCleanName()
- Specified by:
getCleanName
in interface CommitFile
- Returns:
- name of file with cvs discrepencies removed
setName
public void setName(String name)
getRevision
public String getRevision()
- Specified by:
getRevision
in interface CommitFile
- Returns:
- revision of file
setRevision
public void setRevision(String revision)
isRevisionKnown
public boolean isRevisionKnown()
- Specified by:
isRevisionKnown
in interface CommitFile
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.