|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Handler
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Method Summary | |
|---|---|
String |
getName()
Name of the plugin |
List<DataSet> |
getPomValues()
List of found values in the pom |
boolean |
isLoaded()
Is the plugin loaded in Jenkins |
List<DataSet> |
parsePom(hudson.model.AbstractProject<?,?> project,
Document doc)
Parses the pom and looks for the searched values |
String |
setDetails(hudson.model.AbstractProject<?,?> project,
net.sf.json.JSONObject formData)
Sets the selected values from the pom in the job configuration |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getName()
List<DataSet> getPomValues()
boolean isLoaded()
List<DataSet> parsePom(hudson.model.AbstractProject<?,?> project,
Document doc)
throws IOException
project - doc - the pom
DataSet for the found values
IOException
String setDetails(hudson.model.AbstractProject<?,?> project,
net.sf.json.JSONObject formData)
project - formData -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||