public class CommitFileImpl extends Object implements CommitFile, Serializable, Comparable<CommitFileImpl>
Constructor and Description |
---|
CommitFileImpl() |
CommitFileImpl(String name) |
CommitFileImpl(String revision,
String name)
Deprecated.
since 6.1 use
CommitFileImpl(String, String, String) |
CommitFileImpl(String revision,
String name,
String changesetId) |
Modifier and Type | Method and Description |
---|---|
CommitFile |
cloneCommitFile() |
int |
compareTo(CommitFileImpl obj) |
boolean |
equals(Object o) |
String |
getChangesetId() |
String |
getCleanName() |
String |
getName() |
String |
getRevision() |
int |
hashCode() |
boolean |
isRevisionKnown() |
void |
setName(String name) |
void |
setRevision(String revision) |
String |
toString() |
public CommitFileImpl()
public CommitFileImpl(String name)
@Deprecated public CommitFileImpl(String revision, String name)
CommitFileImpl(String, String, String)
public String getName()
getName
in interface CommitFile
public String getCleanName()
getCleanName
in interface CommitFile
public void setName(String name)
public String getRevision()
getRevision
in interface CommitFile
public void setRevision(String revision)
public boolean isRevisionKnown()
isRevisionKnown
in interface CommitFile
@NotNull public CommitFile cloneCommitFile()
@Nullable public String getChangesetId()
getChangesetId
in interface CommitFile
CommitContext
public int compareTo(CommitFileImpl obj)
compareTo
in interface Comparable<CommitFileImpl>
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.