@Extension public class ChaosMonkeyAction extends Object implements RootAction
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ChaosMonkeyAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doLockTheQueue(int duration,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
String |
getDisplayName() |
List<io.jenkins.plugins.chaosmonkey.ChaosMonkeyAction.Event> |
getEvents() |
String |
getIconFileName() |
String |
getUrlName() |
@CheckForNull public String getIconFileName()
getIconFileName in interface Action@CheckForNull public String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObject@CheckForNull public String getUrlName()
getUrlName in interface Actionpublic void doLockTheQueue(@QueryParameter
int duration,
org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic List<io.jenkins.plugins.chaosmonkey.ChaosMonkeyAction.Event> getEvents()
Copyright © 2016–2019. All rights reserved.