public interface BuildableItemWithBuildWrappers extends BuildableItem
AbstractProject
that has associated BuildWrapper
s.Modifier and Type | Method and Description |
---|---|
AbstractProject<?,?> |
asProject()
BuildableItemWithBuildWrappers needs to be an instance of
AbstractProject . |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
getBuildWrappersList()
BuildWrapper s associated with this AbstractProject . |
scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuild
delete, getAbsoluteUrl, getAllJobs, getDisplayName, getFullDisplayName, getFullName, getName, getParent, getRelativeNameFrom, getRelativeNameFrom, getShortUrl, getUrl, onCopiedFrom, onCreatedFromScratch, onLoad, save
getRootDir
getSearch
getSearchIndex, getSearchName, getSearchUrl
checkPermission, getACL, hasPermission, hasPermission
checkAbortPermission, getAffinityKey, getCauseOfBlockage, getDefaultAuthentication, getDefaultAuthentication, getFullDisplayName, getName, getSubTasks, getUrl, getWhyBlocked, hasAbortPermission, isBuildBlocked, isConcurrentBuild
createExecutable, getAssignedLabel, getEstimatedDuration, getLastBuiltOn, getOwnerTask, getSameNodeConstraint
getDisplayName, getResourceList
AbstractProject<?,?> asProject()
BuildableItemWithBuildWrappers
needs to be an instance of
AbstractProject
.
This method must be always implemented as (AbstractProject)this
, but
defining this method emphasizes the fact that this cast must be doable.
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> getBuildWrappersList()
BuildWrapper
s associated with this AbstractProject
.Copyright © 2004–2019. All rights reserved.