Class CodeChangedTriggerReasonRenderer.AuthorWrapper
- java.lang.Object
-
- com.atlassian.bamboo.commit.AuthorContextImpl
-
- com.atlassian.bamboo.v2.build.trigger.CodeChangedTriggerReasonRenderer.AuthorWrapper
-
- All Implemented Interfaces:
AuthorContext
,NameProvider
,Comparable<AuthorContext>
- Enclosing class:
- CodeChangedTriggerReasonRenderer
public static class CodeChangedTriggerReasonRenderer.AuthorWrapper extends AuthorContextImpl
-
-
Constructor Summary
Constructors Constructor Description AuthorWrapper(AuthorContext author)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getFullName()
-
Methods inherited from class com.atlassian.bamboo.commit.AuthorContextImpl
compareTo, equals, getEmail, getLinkedUserName, getName, hashCode
-
-
-
-
Constructor Detail
-
AuthorWrapper
public AuthorWrapper(AuthorContext author)
-
-
Method Detail
-
getFullName
@NotNull public @NotNull String getFullName()
-
-