Package jenkins.branch
Class PropertyMigration.MonitorImpl
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.AdministrativeMonitor
jenkins.branch.PropertyMigration.MonitorImpl
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
,SearchableModelObject
,SearchItem
,org.kohsuke.stapler.StaplerProxy
- Enclosing class:
- PropertyMigration<F extends com.cloudbees.hudson.plugins.folder.AbstractFolder<?>,
P extends com.cloudbees.hudson.plugins.folder.AbstractFolderProperty<F>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.AdministrativeMonitor
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PropertyMigration<?, ?> migration) List<PropertyMigration<?,
?>> boolean
boolean
isReady()
Methods inherited from class hudson.model.AdministrativeMonitor
all, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, isEnabled, isSecurity
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
MonitorImpl
public MonitorImpl()
-
-
Method Details
-
isActivated
public boolean isActivated()- Specified by:
isActivated
in classAdministrativeMonitor
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classAdministrativeMonitor
-
getPending
-
isReady
public boolean isReady() -
add
-