Package com.atlassian.bamboo.commit
Class AuthorContextImpl
java.lang.Object
com.atlassian.bamboo.commit.AuthorContextImpl
- All Implemented Interfaces:
AuthorContext,NameProvider,Serializable,Comparable<AuthorContext>
- Direct Known Subclasses:
CodeChangedTriggerReasonRenderer.AuthorWrapper
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorContextImpl(@NotNull AuthorContext author) AuthorContextImpl(String author) AuthorContextImpl(String author, String linkedUserName, String email) -
Method Summary
-
Constructor Details
-
AuthorContextImpl
-
AuthorContextImpl
-
AuthorContextImpl
-
-
Method Details
-
getName
Description copied from interface:AuthorContextUnique name identifying an author.- Specified by:
getNamein interfaceAuthorContext- Specified by:
getNamein interfaceNameProvider- Returns:
- identifying alias
-
getEmail
- Specified by:
getEmailin interfaceAuthorContext
-
getLinkedUserName
- Specified by:
getLinkedUserNamein interfaceAuthorContext
-
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<AuthorContext>
-