public class CygwinProcessKillerPlugin
extends hudson.Plugin
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_NAME |
Constructor and Description |
---|
CygwinProcessKillerPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
CygwinInstallation |
getCygwinInstallation() |
CygwinInstallation.DescriptorImpl |
getCygwinInstallationDescriptor() |
String |
getDefaultKillScript() |
String |
getKillScript() |
CygwinKillerInstallation |
getToolInstallation() |
static CygwinProcessKillerPlugin |
Instance() |
boolean |
isEnableProcessKiller() |
void |
postInitialize() |
void |
start() |
public static final String PLUGIN_NAME
public String getKillScript()
public String getDefaultKillScript()
public boolean isEnableProcessKiller()
public CygwinInstallation getCygwinInstallation()
public static CygwinProcessKillerPlugin Instance()
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 start() throws Exception
start
in class hudson.Plugin
Exception
public void postInitialize() throws Exception
postInitialize
in class hudson.Plugin
Exception
public CygwinInstallation.DescriptorImpl getCygwinInstallationDescriptor()
public CygwinKillerInstallation getToolInstallation()
Copyright © 2016–2018. All rights reserved.