@ExportedBean public class ContributorMetadataAction extends InvisibleAction implements Serializable
SCMRevision, SCMHead, SCMSource or
SCMNavigator.
In general we expect this to be reported from SCMSource.fetchActions(SCMHead, SCMHeadEvent, TaskListener)
for ChangeRequestSCMHead instances but can be used elsewhere where that makes sense.
| Constructor and Description |
|---|
ContributorMetadataAction(String contributor,
String contributorDisplayName,
String contributorEmail) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContributor()
Username of author of the proposed change.
|
String |
getContributorDisplayName()
Human name of author of proposed change.
|
String |
getContributorEmail()
Email address of author of proposed change.
|
int |
hashCode() |
String |
toString() |
getDisplayName, getIconFileName, getUrlName@Exported @CheckForNull public String getContributor()
@Exported @CheckForNull public String getContributorDisplayName()
@Exported @CheckForNull public String getContributorEmail()
Copyright © 2016–2019. All rights reserved.