Package com.atlassian.bamboo.commit
Interface CommitFile
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommitFileImpl
-
Method Details
-
getName
String getName()- Returns:
- name of file
-
getCleanName
Deprecated.since 8.0. UsegetName()
instead- Returns:
- name of file
-
getRevision
String getRevision()- Returns:
- revision of file
-
isRevisionKnown
boolean isRevisionKnown() -
getChangesetId
- Returns:
- Changeset id of the associated
CommitContext
-