|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.Descriptor<hudson.tasks.BuildWrapper>
hudson.tasks.BuildWrapperDescriptor
jfullam.vfabric.jenkins.plugin.ApplicationDirectorPostBuildDeployer.Descriptor
@Extension public static class ApplicationDirectorPostBuildDeployer.Descriptor
BuildWrapper plugin descriptor.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
|---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Field Summary |
|---|
| Fields inherited from class hudson.model.Descriptor |
|---|
clazz |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
ApplicationDirectorPostBuildDeployer.Descriptor()
|
|
| Method Summary | |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
|
hudson.util.ListBoxModel |
doFillApplicationItems()
Gets a list of Application that are currently in Application Director |
hudson.util.ListBoxModel |
doFillComponentItems(String deployment)
Get the list of components for a specific deployment. |
hudson.util.ListBoxModel |
doFillDeploymentItems()
|
hudson.util.ListBoxModel |
doFillDeploymentProfileItems(String application)
Gets a list of deployment profile for a given application currently configured in Application Director |
hudson.util.ListBoxModel |
doFillUpdatePropertyItems(String component)
Gets a list of update properties for a specific component. |
hudson.util.FormValidation |
doValidateConnection(String appDirBaseURI,
String userName,
String password)
Called when the connection validation button is clicked on the global connection screen. |
String |
getAppDirBaseURI()
|
String |
getDisplayName()
|
String |
getPassword()
|
String |
getUserName()
|
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item)
|
| Methods inherited from class hudson.model.Descriptor |
|---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationDirectorPostBuildDeployer.Descriptor()
| Method Detail |
|---|
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
public hudson.util.FormValidation doValidateConnection(@QueryParameter(value="appDirBaseURI")
String appDirBaseURI,
@QueryParameter(value="userName")
String userName,
@QueryParameter(value="password")
String password)
appDirBaseURI - userName - password -
public hudson.util.ListBoxModel doFillDeploymentItems()
public hudson.util.ListBoxModel doFillComponentItems(@QueryParameter
String deployment)
deployment - - a deployment id
public hudson.util.ListBoxModel doFillUpdatePropertyItems(@QueryParameter
String component)
component -
public hudson.util.ListBoxModel doFillApplicationItems()
public hudson.util.ListBoxModel doFillDeploymentProfileItems(@QueryParameter
String application)
application - - application name / id combination (ie SpringTravel,325)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>hudson.model.Descriptor.FormExceptionpublic String getAppDirBaseURI()
public String getUserName()
public String getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||