Class AbstractWrapper
java.lang.Object
com.tikal.jenkins.plugins.multijob.views.AbstractWrapper
- All Implemented Interfaces:
ExtensionPoint
,Describable<TopLevelItem>
,Item
,ModelObject
,PersistenceRoot
,Saveable
,TopLevelItem
,SearchableModelObject
,SearchItem
,AccessControlled
,OnMaster
- Direct Known Subclasses:
PhaseWrapper
,ProjectWrapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkPermission
(Permission permission) void
delete()
Deprecated.getACL()
int
getUrl()
boolean
hasPermission
(Permission permission) boolean
void
onCopiedFrom
(Item src) void
void
void
save()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, hasAnyPermission, hasPermission, hasPermission2
Methods inherited from interface hudson.model.Item
getAllJobs, getDisplayName, getFullDisplayName, getFullName, getName, getRelativeNameFrom, getRelativeNameFrom
-
Field Details
-
nestLevel
protected final int nestLevel -
project
-
-
Constructor Details
-
AbstractWrapper
-
-
Method Details
-
getACL
- Specified by:
getACL
in interfaceAccessControlled
-
getNestLevel
public int getNestLevel() -
onLoad
- Specified by:
onLoad
in interfaceItem
- Throws:
IOException
-
onCopiedFrom
- Specified by:
onCopiedFrom
in interfaceItem
-
onCreatedFromScratch
public void onCreatedFromScratch()- Specified by:
onCreatedFromScratch
in interfaceItem
-
save
- Specified by:
save
in interfaceItem
- Specified by:
save
in interfaceSaveable
- Throws:
IOException
-
delete
- Specified by:
delete
in interfaceItem
- Throws:
IOException
InterruptedException
-
checkPermission
- Specified by:
checkPermission
in interfaceAccessControlled
- Throws:
AccessDeniedException
-
getUrl
-
getShortUrl
- Specified by:
getShortUrl
in interfaceItem
-
getAbsoluteUrl
Deprecated.- Specified by:
getAbsoluteUrl
in interfaceItem
-
getRootDir
- Specified by:
getRootDir
in interfacePersistenceRoot
-
getSearch
- Specified by:
getSearch
in interfaceSearchableModelObject
-
getSearchName
- Specified by:
getSearchName
in interfaceSearchItem
-
getSearchUrl
- Specified by:
getSearchUrl
in interfaceSearchItem
-
getSearchIndex
- Specified by:
getSearchIndex
in interfaceSearchItem
-
hasPermission
- Specified by:
hasPermission
in interfaceAccessControlled
-
getParent
-
getDescriptor
- Specified by:
getDescriptor
in interfaceDescribable<TopLevelItem>
- Specified by:
getDescriptor
in interfaceTopLevelItem
-
getBuildHealth
-
getBuildHealthReports
-
isBuildable
public boolean isBuildable()
-