public interface PermalinkProjectAction extends Action
Action
s 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.)
JobProperty
Modifier and Type | Interface and Description |
---|---|
static class |
PermalinkProjectAction.Permalink
Permalink as a strategy pattern.
|
Modifier and Type | Method and Description |
---|---|
List<PermalinkProjectAction.Permalink> |
getPermalinks()
Gets the permalinks defined for this project.
|
getDisplayName, getIconFileName, getUrlName
List<PermalinkProjectAction.Permalink> getPermalinks()
Because PermalinkProjectAction.Permalink
is a strategy-pattern object,
this method should normally return a pre-initialized
read-only static list object.
Copyright © 2004–2021. All rights reserved.