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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPermission(Permission permission) voiddelete()Deprecated.getACL()intgetUrl()booleanhasPermission(Permission permission) booleanvoidonCopiedFrom(Item src) voidvoidvoidsave()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.security.AccessControlled
checkAnyPermission, hasAnyPermission, hasPermission, hasPermission2Methods 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:
getACLin interfaceAccessControlled
-
getNestLevel
public int getNestLevel() -
onLoad
- Specified by:
onLoadin interfaceItem- Throws:
IOException
-
onCopiedFrom
- Specified by:
onCopiedFromin interfaceItem
-
onCreatedFromScratch
public void onCreatedFromScratch()- Specified by:
onCreatedFromScratchin interfaceItem
-
save
- Specified by:
savein interfaceItem- Specified by:
savein interfaceSaveable- Throws:
IOException
-
delete
- Specified by:
deletein interfaceItem- Throws:
IOExceptionInterruptedException
-
checkPermission
- Specified by:
checkPermissionin interfaceAccessControlled- Throws:
AccessDeniedException
-
getUrl
-
getShortUrl
- Specified by:
getShortUrlin interfaceItem
-
getAbsoluteUrl
Deprecated.- Specified by:
getAbsoluteUrlin interfaceItem
-
getRootDir
- Specified by:
getRootDirin interfacePersistenceRoot
-
getSearch
- Specified by:
getSearchin interfaceSearchableModelObject
-
getSearchName
- Specified by:
getSearchNamein interfaceSearchItem
-
getSearchUrl
- Specified by:
getSearchUrlin interfaceSearchItem
-
getSearchIndex
- Specified by:
getSearchIndexin interfaceSearchItem
-
hasPermission
- Specified by:
hasPermissionin interfaceAccessControlled
-
getParent
-
getDescriptor
- Specified by:
getDescriptorin interfaceDescribable<TopLevelItem>- Specified by:
getDescriptorin interfaceTopLevelItem
-
getBuildHealth
-
getBuildHealthReports
-
isBuildable
public boolean isBuildable()
-