public abstract class InstallStateFilter extends Object implements ExtensionPoint
InstallUtil.getNextInstallState(InstallState)
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
InstallStateFilter() |
Modifier and Type | Method and Description |
---|---|
static List<InstallStateFilter> |
all()
Get all the InstallStateFilters, in extension order
|
abstract InstallState |
getNextInstallState(InstallState current,
javax.inject.Provider<InstallState> proceed)
Determine the current or next install state, proceed with `return proceed.next()`
|
public abstract InstallState getNextInstallState(InstallState current, javax.inject.Provider<InstallState> proceed)
public static List<InstallStateFilter> all()
Copyright © 2004–2022. All rights reserved.