public class PluginImpl
extends hudson.Plugin
Constructor and Description |
---|
PluginImpl() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static PluginImpl |
getInstance()
Returns the singleton instance.
|
int |
getSpacecheck() |
boolean |
isDiskrecyclerenabled() |
void |
setDiskrecyclerenabled(boolean diskrecyclerenabled) |
void |
setSpacecheck(int spaceheck) |
void |
start() |
void |
stop() |
public static PluginImpl getInstance()
public void start() throws Exception
start
in class hudson.Plugin
Exception
public void configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws IOException, javax.servlet.ServletException, hudson.model.Descriptor.FormException
configure
in class hudson.Plugin
IOException
javax.servlet.ServletException
hudson.model.Descriptor.FormException
public void setDiskrecyclerenabled(boolean diskrecyclerenabled)
public int getSpacecheck()
public void setSpacecheck(int spaceheck)
public boolean isDiskrecyclerenabled()
Copyright © 2016–2017. All rights reserved.