ContributorMetadataAction
for the author information, ObjectMetadataAction
for the
title and links and ChangeRequestSCMHead.getId()
and
ChangeRequestSCMHead.getTarget()
@Restricted(value=org.kohsuke.accmod.restrictions.DoNotUse.class) @Deprecated public abstract class ChangeRequestAction extends InvisibleAction implements Serializable
Constructor and Description |
---|
ChangeRequestAction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Deprecated.
|
String |
getAuthorDisplayName()
Deprecated.
|
String |
getAuthorEmail()
Deprecated.
|
String |
getId()
Deprecated.
|
SCMHead |
getTarget()
Deprecated.
|
String |
getTitle()
Deprecated.
|
URL |
getURL()
Deprecated.
|
getDisplayName, getIconFileName, getUrlName
@CheckForNull public String getId()
@CheckForNull public URL getURL()
@CheckForNull public String getTitle()
@CheckForNull public String getAuthor()
@CheckForNull public String getAuthorDisplayName()
@CheckForNull public String getAuthorEmail()
@CheckForNull public SCMHead getTarget()
Copyright © 2016–2022. All rights reserved.