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 ClassesNested 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, getIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.commit.MinimalCommit
getDisplayId, getId
-
Method Details
-
equals
- Overrides:
equalsin classSimpleMinimalCommit
-
getRepository
- Specified by:
getRepositoryin interfaceMinimalRepositoryCommit- Returns:
- the repository associated with this commit
-
hashCode
public int hashCode()- Overrides:
hashCodein classSimpleMinimalCommit
-
toString
- Overrides:
toStringin classSimpleMinimalCommit
-