@ExportedBean public abstract class DerivedPageAction extends Object implements hudson.model.RootAction, org.kohsuke.stapler.StaplerProxy
DerivedPageComponent
s' assembled pages through the Jenkins UI
and through the Jenkins remote access API.Constructor and Description |
---|
DerivedPageAction() |
Modifier and Type | Method and Description |
---|---|
hudson.model.Api |
getApi()
A default implementation of the remote access API.
|
protected abstract DerivedPageManager |
getDerivedPageManager() |
String |
getIconFileName() |
protected abstract hudson.security.Permission |
getReadPermission()
Get the permission level needed to view this Action.
|
Object |
getTarget() |
DerivedPageZone |
getZone(String zoneName) |
List<? extends DerivedPageZone> |
getZones() |
@Nullable public DerivedPageZone getZone(String zoneName)
zoneName
- the name of the DerivedPageZone
to look up.DerivedPageZone
for the given name, null if none.public List<? extends DerivedPageZone> getZones()
DerivedPageZone
s.public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
public hudson.model.Api getApi()
protected abstract DerivedPageManager getDerivedPageManager()
DerivedPageManager
paired with this instance.protected abstract hudson.security.Permission getReadPermission()
Jenkins.READ
.Copyright © 2004-2015. All Rights Reserved.