Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
PermalinkProjectAction.Permalink |
PermalinkList.findNearest(String id)
Finds the closest name match by its ID.
|
PermalinkProjectAction.Permalink |
PermalinkList.get(String id)
Gets the
PermalinkProjectAction.Permalink by its id . |
Constructor and Description |
---|
PermalinkList(Collection<? extends PermalinkProjectAction.Permalink> c) |
Modifier and Type | Field and Description |
---|---|
static PermalinkProjectAction.Permalink |
PermalinkProjectAction.Permalink.LAST_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 |
Modifier and Type | Field and Description |
---|---|
static List<PermalinkProjectAction.Permalink> |
PermalinkProjectAction.Permalink.BUILTIN
List of
PermalinkProjectAction.Permalink s that are built into Jenkins. |
Modifier and Type | Method and Description |
---|---|
List<PermalinkProjectAction.Permalink> |
PermalinkProjectAction.getPermalinks()
Gets the permalinks defined for this project.
|
Modifier and Type | Class and Description |
---|---|
class |
PeepholePermalink
Convenient base implementation for
PermalinkProjectAction.Permalink s that satisfy
certain properties. |
Copyright © 2016. All rights reserved.