public class ZFSInstaller extends AdministrativeMonitor implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ZFSInstaller.MigrationCompleteNotice
Used to indicate that the migration was completed successfully.
|
static class |
ZFSInstaller.MigrationFailedNotice
Used to indicate a failure in the migration.
|
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Field and Description |
---|---|
static boolean |
disabled
Escape hatch in case JNI calls fatally crash, like in HUDSON-3733.
|
id
Constructor and Description |
---|
ZFSInstaller() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doAct(org.kohsuke.stapler.StaplerRequest req)
Called from the management screen.
|
void |
doStart(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String username,
String password)
Called from the confirmation screen to actually initiate the migration.
|
String |
getProspectiveZfsFileSystemName() |
static AdministrativeMonitor |
init() |
boolean |
isActivated()
Returns true if this monitor is activated and
wants to produce a warning message.
|
boolean |
isRoot() |
all, disable, doDisable, getDisplayName, getSearchUrl, getTarget, getUrl, isEnabled
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
public static boolean disabled
public boolean isActivated()
AdministrativeMonitor
This method is called from the HTML rendering thread, so it should run efficiently.
isActivated
in class AdministrativeMonitor
public boolean isRoot()
public String getProspectiveZfsFileSystemName()
public org.kohsuke.stapler.HttpResponse doAct(org.kohsuke.stapler.StaplerRequest req) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
public void doStart(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String username, @QueryParameter String password) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
@Extension public static AdministrativeMonitor init()
Copyright © 2004–2019. All rights reserved.