Package hudson.model

Interface PermalinkProjectAction

  • All Superinterfaces:
    Action, ModelObject

    public interface PermalinkProjectAction
    extends Action
    Optional interface for Actions that are attached to AbstractProject (through JobProperty.getJobActions(Job)), which allows plugins to define additional permalinks in the project.

    Permalinks are listed together in the UI for better ease of use, plus other plugins can use this information elsewhere (for example, a plugin to download an artifact from one of the permalinks.)

    Since:
    1.253
    Author:
    Kohsuke Kawaguchi
    See Also:
    JobProperty