public interface BuildableItemWithBuildWrappers extends BuildableItem
AbstractProject that has associated BuildWrappers.| Modifier and Type | Method and Description |
|---|---|
AbstractProject<?,?> |
asProject()
BuildableItemWithBuildWrappers needs to be an instance of
AbstractProject. |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
getBuildWrappersList()
BuildWrappers associated with this AbstractProject. |
scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuilddelete, getAbsoluteUrl, getAllJobs, getDisplayName, getFullDisplayName, getFullName, getName, getParent, getRelativeNameFrom, getRelativeNameFrom, getShortUrl, getUrl, onCopiedFrom, onCreatedFromScratch, onLoad, savegetRootDirgetSearchgetSearchIndex, getSearchName, getSearchUrlcheckPermission, getACL, hasPermissioncheckAbortPermission, getCauseOfBlockage, getDefaultAuthentication, getDefaultAuthentication, getFullDisplayName, getName, getSubTasks, getUrl, getWhyBlocked, hasAbortPermission, isBuildBlocked, isConcurrentBuildcreateExecutable, getAssignedLabel, getEstimatedDuration, getLastBuiltOn, getOwnerTask, getSameNodeConstraintgetDisplayName, getResourceListAbstractProject<?,?> 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()
BuildWrappers associated with this AbstractProject.Copyright © 2019. All rights reserved.