Uses of Class
hudson.model.PermalinkProjectAction.Permalink
-
Packages that use PermalinkProjectAction.Permalink Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of PermalinkProjectAction.Permalink in hudson
Methods in hudson that return PermalinkProjectAction.Permalink Modifier and Type Method Description PermalinkProjectAction.Permalink
PermalinkList. findNearest(String id)
Finds the closest name match by its ID.PermalinkProjectAction.Permalink
PermalinkList. get(String id)
Gets thePermalinkProjectAction.Permalink
by itsid
.Constructor parameters in hudson with type arguments of type PermalinkProjectAction.Permalink Constructor Description PermalinkList(Collection<? extends PermalinkProjectAction.Permalink> c)
-
Uses of PermalinkProjectAction.Permalink in hudson.model
Fields in hudson.model declared as PermalinkProjectAction.Permalink Modifier and Type Field Description static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_COMPLETED_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_FAILED_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_STABLE_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_SUCCESSFUL_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_UNSTABLE_BUILD
static PermalinkProjectAction.Permalink
PermalinkProjectAction.Permalink. LAST_UNSUCCESSFUL_BUILD
Fields in hudson.model with type parameters of type PermalinkProjectAction.Permalink Modifier and Type Field Description static List<PermalinkProjectAction.Permalink>
PermalinkProjectAction.Permalink. BUILTIN
List ofPermalinkProjectAction.Permalink
s that are built into Jenkins.Methods in hudson.model that return types with arguments of type PermalinkProjectAction.Permalink Modifier and Type Method Description List<PermalinkProjectAction.Permalink>
PermalinkProjectAction. getPermalinks()
Gets the permalinks defined for this project. -
Uses of PermalinkProjectAction.Permalink in jenkins.model
Subclasses of PermalinkProjectAction.Permalink in jenkins.model Modifier and Type Class Description class
PeepholePermalink
Convenient base implementation forPermalinkProjectAction.Permalink
s that satisfy certain properties.
-