Package | Description |
---|---|
jenkins.install | |
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
UpgradeWizard
This class is responsible for specific upgrade behaviors in the Jenkins UI.
|
Modifier and Type | Field and Description |
---|---|
static InstallState |
InstallState.CREATE_ADMIN_USER
Creating an admin user for an initial Jenkins install.
|
static InstallState |
InstallState.DEVELOPMENT
Jenkins started in development mode: Boolean.getBoolean("hudson.Main.development").
|
static InstallState |
InstallState.DOWNGRADE
Downgrade of an existing Jenkins install.
|
static InstallState |
InstallState.INITIAL_PLUGINS_INSTALLING
New Jenkins install.
|
static InstallState |
InstallState.INITIAL_SECURITY_SETUP
Security setup for a new Jenkins install.
|
static InstallState |
InstallState.INITIAL_SETUP_COMPLETED
The initial set up has been completed
|
static InstallState |
InstallState.NEW
New Jenkins install.
|
static InstallState |
InstallState.RESTART
Restart of an existing Jenkins install.
|
static InstallState |
InstallState.RUNNING
After any setup / restart / etc.
|
static InstallState |
InstallState.TEST
Jenkins started in test mode (JenkinsRule).
|
static InstallState |
InstallState.UNKNOWN
Need InstallState != NEW for tests by default
|
static InstallState |
InstallState.UPGRADE
Upgrade of an existing Jenkins install.
|
Modifier and Type | Method and Description |
---|---|
InstallState |
SetupWizard.getInstallState(String name)
Returns an installState by name
|
InstallState |
UpgradeWizard.ListenForInstallComplete.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed) |
abstract InstallState |
InstallStateFilter.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed)
Determine the current or next install state, proceed with `return proceed.next()`
|
static InstallState |
InstallState.valueOf(String name)
Find an install state by name
|
Modifier and Type | Method and Description |
---|---|
List<InstallState> |
SetupWizard.getInstallStates()
Gets all the install states
|
Modifier and Type | Method and Description |
---|---|
InstallState |
UpgradeWizard.ListenForInstallComplete.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed) |
abstract InstallState |
InstallStateFilter.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed)
Determine the current or next install state, proceed with `return proceed.next()`
|
static void |
InstallUtil.proceedToNextStateFrom(InstallState prior)
Proceed to the state following the provided one
|
Modifier and Type | Method and Description |
---|---|
InstallState |
UpgradeWizard.ListenForInstallComplete.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed) |
abstract InstallState |
InstallStateFilter.getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed)
Determine the current or next install state, proceed with `return proceed.next()`
|
Modifier and Type | Method and Description |
---|---|
InstallState |
Jenkins.getInstallState()
Get the Jenkins
install state . |
Modifier and Type | Method and Description |
---|---|
void |
Jenkins.setInstallState(InstallState newState)
Update the current install state.
|
Copyright © 2004–2017. All rights reserved.