Uses of Class
hudson.model.PermalinkProjectAction.Permalink

Packages that use PermalinkProjectAction.Permalink
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
jenkins.model   
 

Uses of PermalinkProjectAction.Permalink in hudson
 

Methods in hudson that return PermalinkProjectAction.Permalink
 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 parameters in hudson with type arguments of type PermalinkProjectAction.Permalink
PermalinkList(Collection<? extends PermalinkProjectAction.Permalink> c)
           
 

Uses of PermalinkProjectAction.Permalink in hudson.model
 

Fields in hudson.model declared as PermalinkProjectAction.Permalink
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
           
 

Fields in hudson.model with type parameters of type PermalinkProjectAction.Permalink
static List<PermalinkProjectAction.Permalink> PermalinkProjectAction.Permalink.BUILTIN
          List of PermalinkProjectAction.Permalinks that are built into Jenkins.
 

Methods in hudson.model that return types with arguments of type PermalinkProjectAction.Permalink
 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
 class PeepholePermalink
          Convenient base implementation for PermalinkProjectAction.Permalinks that satisfy certain properties.
 



Copyright © 2004-2013. All Rights Reserved.