|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.unitedinternet.jenkins.plugins.scm2job.SCM2Job
@ExportedBean @Extension public class SCM2Job
Entry point of SCM2Job plugin.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
SCM2Job()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCM2Job()
| Method Detail |
|---|
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 response
IOException - Exception for Writer and StaplerResponse operationspublic String getPathMissing()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||