@ExportedBean @Extension public class SCM2Job extends Object implements hudson.model.RootAction
| Constructor and Description |
|---|
SCM2Job() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGetJobs(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Called when the 'Submit' button is pressed.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getPathMissing()
Returns internationalized error message.
|
ArrayList<hudson.model.Item> |
getResults()
Returns the jobs found.
|
String |
getUrlName() |
public final String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic final String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic final String getUrlName()
getUrlName in interface hudson.model.Actionpublic ArrayList<hudson.model.Item> getResults()
public final void doGetJobs(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
req - submitted requestrsp - generated responseIOException - Exception for Writer and StaplerResponse operationspublic String getPathMissing()
Copyright © 2004-2016. All Rights Reserved.