|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.pom2config.Pom2ConfigHandler
public class Pom2ConfigHandler
| Nested Class Summary | |
|---|---|
static class |
Pom2ConfigHandler.Pom2ConfigHandlerSpec
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
Pom2ConfigHandler(Pom2ConfigHandler.Pom2ConfigHandlerSpec spec)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Handler handler)
|
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pom2ConfigHandler(Pom2ConfigHandler.Pom2ConfigHandlerSpec spec)
| Method Detail |
|---|
public String getName()
Handler
getName in interface Handlerpublic List<DataSet> getPomValues()
Handler
getPomValues in interface Handler
public List<DataSet> parsePom(hudson.model.AbstractProject<?,?> project,
Document doc)
throws IOException
Handler
parsePom in interface Handlerdoc - the pom
DataSet for the found values
IOException
public String setDetails(hudson.model.AbstractProject<?,?> project,
net.sf.json.JSONObject formData)
Handler
setDetails in interface Handlerpublic int compareTo(Handler handler)
compareTo in interface Comparable<Handler>public boolean isLoaded()
Handler
isLoaded in interface Handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||