Package jenkins.branch
Class OrganizationFolder.OrganizationScan
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>>
jenkins.branch.OrganizationFolder.OrganizationScan
- All Implemented Interfaces:
ModelObject
,Queue.Executable
,Saveable
,SearchableModelObject
,SearchItem
,Runnable
,Loadable
,ModelObjectWithContextMenu
- Enclosing class:
- OrganizationFolder
public static class OrganizationFolder.OrganizationScan
extends com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,?>>
Our scan.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
-
Field Summary
Fields inherited from class com.cloudbees.hudson.plugins.folder.computed.FolderComputation
DISPLAY_NAME
-
Constructor Summary
ConstructorDescriptionOrganizationScan
(OrganizationFolder folder, com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?, ?>> previous) -
Method Summary
Methods inherited from class com.cloudbees.hudson.plugins.folder.computed.FolderComputation
createEventsListener, doConsoleText, doStop, getBuildStatusIconClassName, getCauses, getDataFile, getDurationString, getEstimatedDuration, getEventsFile, getEventsText, getIconColor, getLogFile, getLogInputStream, getLogText, getParent, getPreviousResult, getResult, getSearchUrl, getTimestamp, getUrl, isBuilding, isLogUpdated, load, save, toString, writeLogTo, writeWholeLogTo
Methods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, removeAction, removeActions, replaceAction, replaceActions
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hudson.model.Queue.Executable
getParentExecutable
-
Constructor Details
-
OrganizationScan
public OrganizationScan(OrganizationFolder folder, com.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?, ?>> previous)
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classcom.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,
?>>
-
run
public void run()- Specified by:
run
in interfaceQueue.Executable
- Specified by:
run
in interfaceRunnable
- Overrides:
run
in classcom.cloudbees.hudson.plugins.folder.computed.FolderComputation<MultiBranchProject<?,
?>>
-