Package hudson.model
Interface BuildableItem
- All Superinterfaces:
AccessControlled,FullyNamed,FullyNamedModelObject,ITask,Item,ModelObject,Named,OnMaster,PersistenceRoot,Queue.Task,ResourceActivity,Saveable,SearchableModelObject,SearchItem,SubTask
- All Known Subinterfaces:
BuildableItemWithBuildWrappers,ParameterizedJobMixIn.ParameterizedJob<JobT,,RunT> SCMedItem
- All Known Implementing Classes:
AbstractProject,FreeStyleProject,Project
Item that can be "built", for
whatever meaning of "build".
This interface is used by utility code.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanDeprecated.default booleanscheduleBuild(int quietPeriod) Deprecated.booleanscheduleBuild(int quietPeriod, Cause c) booleanMethods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, getACL, hasAnyPermission, hasPermission, hasPermission, hasPermission2Methods inherited from interface jenkins.model.queue.ITask
getFullDisplayName, hasAbortPermission, hasReadPermissionMethods inherited from interface hudson.model.Item
delete, getAbsoluteUrl, getAllJobs, getDisplayName, getFullName, getName, getParent, getRelativeNameFrom, getRelativeNameFrom, getSearchGroup, getShortUrl, getUrl, onCopiedFrom, onCreatedFromScratch, onLoad, saveMethods inherited from interface hudson.model.PersistenceRoot
getRootDirMethods inherited from interface hudson.model.Queue.Task
checkAbortPermission, getAffinityKey, getCauseOfBlockage, getDefaultAuthentication, getDefaultAuthentication, getDefaultAuthentication2, getDefaultAuthentication2, getName, getSubTasks, getUrl, getWhyBlocked, isBuildBlocked, isConcurrentBuildMethods inherited from interface hudson.model.ResourceActivity
getResourceListMethods inherited from interface hudson.search.SearchableModelObject
getSearchMethods inherited from interface hudson.search.SearchItem
getSearchIcon, getSearchIndex, getSearchName, getSearchUrlMethods inherited from interface hudson.model.queue.SubTask
createExecutable, getAssignedLabel, getEstimatedDuration, getLastBuiltOn, getOwnerExecutable, getOwnerTask, getSameNodeConstraint
-
Method Details
-
scheduleBuild
Deprecated.UsescheduleBuild(Cause). Since 1.283 -
scheduleBuild
-
scheduleBuild
Deprecated.UsescheduleBuild(int, Cause). Since 1.283 -
scheduleBuild
-
scheduleBuild(Cause).