public class CommitFileImpl extends Object implements CommitFile, Serializable
Constructor and Description |
---|
CommitFileImpl() |
CommitFileImpl(String name) |
CommitFileImpl(String revision,
String name) |
Modifier and Type | Method and Description |
---|---|
CommitFile |
cloneCommitFile() |
int |
compareTo(Object obj) |
boolean |
equals(Object o) |
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)
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()
public int compareTo(Object obj)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.