Package com.atlassian.bitbucket.commit
Class SimpleMinimalRepositoryCommit
java.lang.Object
com.atlassian.bitbucket.commit.SimpleMinimalCommit
com.atlassian.bitbucket.commit.SimpleMinimalRepositoryCommit
- All Implemented Interfaces:
MinimalCommit
,MinimalRepositoryCommit
,Serializable
public class SimpleMinimalRepositoryCommit
extends SimpleMinimalCommit
implements MinimalRepositoryCommit
A simple implementation of
MinimalRepositoryCommit
.- Since:
- 5.8
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.commit.SimpleMinimalCommit
SimpleMinimalCommit.AbstractMinimalCommitBuilder<B extends SimpleMinimalCommit.AbstractMinimalCommitBuilder<B,
R>, R extends MinimalCommit> -
Field Summary
Fields inherited from class com.atlassian.bitbucket.commit.SimpleMinimalCommit
DEFAULT_DISPLAY_ID_LENGTH
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.commit.SimpleMinimalCommit
getDisplayId, getId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bitbucket.commit.MinimalCommit
getDisplayId, getId
-
Method Details
-
equals
- Overrides:
equals
in classSimpleMinimalCommit
-
getRepository
- Specified by:
getRepository
in interfaceMinimalRepositoryCommit
- Returns:
- the repository associated with this commit
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSimpleMinimalCommit
-
toString
- Overrides:
toString
in classSimpleMinimalCommit
-