Uses of Class
jenkins.install.InstallState
-
Uses of InstallState in jenkins.install
Modifier 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.Modifier 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 nameModifier 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 oneModifier 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
Modifier and TypeMethodDescriptionvoid
Jenkins.setInstallState
(InstallState newState) Update the current install state.