Package hudson.model
Interface SCMedItem
- All Superinterfaces:
AccessControlled,BuildableItem,FullyNamed,FullyNamedModelObject,ITask,Item,ModelObject,Named,OnMaster,PersistenceRoot,Queue.Task,ResourceActivity,Saveable,SearchableModelObject,SearchItem,SubTask
Deprecated.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionAbstractProject<?, ?> Deprecated.SCMedItemneeds to be an instance ofAbstractProject.getScm()Deprecated.Gets theSCMfor this item.poll(TaskListener listener) Deprecated.Checks if there's any update in SCM, and returns true if any is found.booleanpollSCMChanges(TaskListener listener) Deprecated.as of 1.346 Usepoll(TaskListener)instead.Methods inherited from interface hudson.security.AccessControlled
checkAnyPermission, checkPermission, getACL, hasAnyPermission, hasPermission, hasPermission, hasPermission2Methods inherited from interface hudson.model.BuildableItem
scheduleBuild, scheduleBuild, scheduleBuild, scheduleBuildMethods 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
-
getScm
SCM getScm()Deprecated.Gets theSCMfor this item.- Returns:
- may return null for indicating "no SCM".
-
asProject
AbstractProject<?,?> asProject()Deprecated.SCMedItemneeds to be an instance ofAbstractProject.This method must be always implemented as
(AbstractProject)this, but defining this method emphasizes the fact that this cast must be doable. -
pollSCMChanges
Deprecated.as of 1.346 Usepoll(TaskListener)instead.Checks if there's any update in SCM, and returns true if any is found. -
poll
Deprecated.Checks if there's any update in SCM, and returns true if any is found.The implementation is responsible for ensuring mutual exclusion between polling and builds if necessary.
- Returns:
- never null.
- Since:
- 1.345
-
SCMTriggerIteminstead.