Class ChangeRequestAction

java.lang.Object
hudson.model.InvisibleAction
jenkins.scm.api.actions.ChangeRequestAction
All Implemented Interfaces:
Action, ModelObject, Serializable

@Restricted(org.kohsuke.accmod.restrictions.DoNotUse.class) @Deprecated public abstract class ChangeRequestAction extends InvisibleAction implements Serializable
Deprecated.
Class retained for on-disk compatibility only for instances upgrading and deserializing data from disk.
Since:
1.1
See Also:
  • Constructor Details

    • ChangeRequestAction

      public ChangeRequestAction()
      Deprecated.
  • Method Details

    • getId

      @CheckForNull public String getId()
      Deprecated.
    • getURL

      @CheckForNull public URL getURL()
      Deprecated.
    • getTitle

      @CheckForNull public String getTitle()
      Deprecated.
    • getAuthor

      @CheckForNull public String getAuthor()
      Deprecated.
    • getAuthorDisplayName

      @CheckForNull public String getAuthorDisplayName()
      Deprecated.
    • getAuthorEmail

      @CheckForNull public String getAuthorEmail()
      Deprecated.
    • getTarget

      @CheckForNull public SCMHead getTarget()
      Deprecated.