|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jenkinsci.plugins.rundeck.OptionProvider
public class OptionProvider
Option provider for Rundeck - see http://rundeck.org/docs/manual/job-options.html#option-model-provider
| Nested Class Summary | |
|---|---|
static class |
OptionProvider.Option
Javabean representation of an option |
| Constructor Summary | |
|---|---|
OptionProvider()
|
|
| Method Summary | |
|---|---|
void |
doArtifact(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Provider for artifacts of a specific build, with the name and absolute url of the artifact. Mandatory parameter : "project" Optional parameters : "build" (either a build number, or "lastStable", "lastSuccessful", "last"), "artifactRegex" (java regex used to filter artifacts). |
void |
doBuild(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Provider for builds of a specific artifact, with the version/date of the build and absolute url of the artifact. Mandatory parameters : "project" and either "artifact" (exact filename of the artifact) or "artifactRegex" (java regex used to match against the filename of the artifact). Optional parameters : "limit" (int), "includeLastStableBuild" (boolean), "includeLastSuccessfulBuild" (boolean), "includeLastBuild" (boolean) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionProvider()
| Method Detail |
|---|
public void doArtifact(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOException
public void doBuild(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||