Uses of Class
jenkins.install.InstallState
Packages that use InstallState
-
Uses of InstallState in jenkins.install
Fields in jenkins.install declared as InstallStateModifier and TypeFieldDescriptionstatic final InstallState
InstallState.CONFIGURE_INSTANCE
static final InstallState
InstallState.CREATE_ADMIN_USER
Creating an admin user for an initial Jenkins install.static final InstallState
InstallState.DEVELOPMENT
Jenkins started in development mode: Boolean.getBoolean("hudson.Main.development").static final InstallState
InstallState.DOWNGRADE
Downgrade of an existing Jenkins install.static final InstallState
InstallState.INITIAL_PLUGINS_INSTALLING
New Jenkins install.static final InstallState
InstallState.INITIAL_SECURITY_SETUP
Security setup for a new Jenkins install.static final InstallState
InstallState.INITIAL_SETUP_COMPLETED
The initial set up has been completedstatic final InstallState
InstallState.NEW
New Jenkins install.static final InstallState
InstallState.RESTART
Restart of an existing Jenkins install.static final InstallState
InstallState.RUNNING
After any setup / restart / etc.static final InstallState
InstallState.TEST
Jenkins started in test mode (JenkinsRule).static final InstallState
InstallState.UNKNOWN
Need InstallState != NEW for tests by defaultstatic final InstallState
InstallState.UPGRADE
Upgrade of an existing Jenkins install.Methods in jenkins.install that return InstallStateModifier and TypeMethodDescriptionSetupWizard.getInstallState
(String name) Returns an installState by nameabstract InstallState
InstallStateFilter.getNextInstallState
(InstallState current, jakarta.inject.Provider<InstallState> proceed) Determine the current or next install state, proceed with `return proceed.next()`static InstallState
Find an install state by nameMethods in jenkins.install that return types with arguments of type InstallStateMethods in jenkins.install with parameters of type InstallStateModifier and TypeMethodDescriptionabstract InstallState
InstallStateFilter.getNextInstallState
(InstallState current, jakarta.inject.Provider<InstallState> proceed) Determine the current or next install state, proceed with `return proceed.next()`void
SetupWizard.onInstallStateUpdate
(InstallState state) Called upon install state update.static void
InstallUtil.proceedToNextStateFrom
(InstallState prior) Proceed to the state following the provided oneMethod parameters in jenkins.install with type arguments of type InstallStateModifier and TypeMethodDescriptionabstract InstallState
InstallStateFilter.getNextInstallState
(InstallState current, jakarta.inject.Provider<InstallState> proceed) Determine the current or next install state, proceed with `return proceed.next()` -
Uses of InstallState in jenkins.model
Methods in jenkins.model that return InstallStateMethods in jenkins.model with parameters of type InstallStateModifier and TypeMethodDescriptionvoid
Jenkins.setInstallState
(InstallState newState) Update the current install state.