public class ServiceManagementAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
ServiceManagementAction(hudson.model.Computer c) |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doRestart(String conf) |
org.kohsuke.stapler.HttpResponse |
doStart(String conf) |
org.kohsuke.stapler.HttpResponse |
doStop(String conf) |
hudson.model.Computer |
getComputer() |
Map<String,SeleniumRunOptions> |
getConfigurations() |
String |
getDisplayName() |
String |
getIconFileName() |
List<SeleniumGlobalConfiguration> |
getMatchingConfigurations() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic org.kohsuke.stapler.HttpResponse doRestart(@QueryParameter
String conf)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic org.kohsuke.stapler.HttpResponse doStop(@QueryParameter
String conf)
public org.kohsuke.stapler.HttpResponse doStart(@QueryParameter
String conf)
public hudson.model.Computer getComputer()
public Map<String,SeleniumRunOptions> getConfigurations()
public List<SeleniumGlobalConfiguration> getMatchingConfigurations()
Copyright © 2016–2019. All rights reserved.