@Extension
public static final class WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Modifier and Type | Field and Description |
|---|---|
static String |
PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH |
| Constructor and Description |
|---|
WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckConfigurationFilePath(String value)
Performs on-the-fly validation of the form field 'configurationFilePath'
|
hudson.util.FormValidation |
doCheckExtraClasspath(String value)
Controle a la volee du champ 'extraClasspath'
|
hudson.util.FormValidation |
doCheckJavaOpts(String value) |
hudson.util.FormValidation |
doCheckJdkHome(String value) |
hudson.util.FormValidation |
doCheckJdkName(String value) |
String |
getConfigurationFilePath() |
List<? extends hudson.model.Descriptor<AbstractDeploymentPolicy>> |
getDeploymentPolicyDescriptors() |
String |
getDisplayName() |
String |
getExcludedArtifactNamePattern() |
String |
getExtraClasspath() |
String |
getJavaOpts() |
String |
getJdkSelected() |
WeblogicEnvironment[] |
getWeblogicEnvironments() |
WebLogicOperationProcotol[] |
getWeblogicOperationProtocols() |
WebLogicStageMode[] |
getWeblogicStageModes() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isPluginDisabled() |
void |
setConfigurationFilePath(String configurationFilePath) |
void |
setExtraClasspath(String extraClasspath) |
void |
setJavaOpts(String javaOpts) |
void |
setJdkSelected(String jdkSelected) |
void |
setPluginDisabled(boolean pluginDisabled) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final transient String PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH
public WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor()
public WeblogicEnvironment[] getWeblogicEnvironments()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public String getConfigurationFilePath()
public void setConfigurationFilePath(String configurationFilePath)
configurationFilePath - public boolean isPluginDisabled()
public void setPluginDisabled(boolean pluginDisabled)
pluginDisabled - public String getExcludedArtifactNamePattern()
public String getExtraClasspath()
public void setExtraClasspath(String extraClasspath)
extraClasspath - the extraClasspath to setpublic String getJavaOpts()
public void setJavaOpts(String javaOpts)
javaOpts - the javaOpts to setpublic String getJdkSelected()
public void setJdkSelected(String jdkSelected)
jdkSelected - public WebLogicStageMode[] getWeblogicStageModes()
public WebLogicOperationProcotol[] getWeblogicOperationProtocols()
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic hudson.util.FormValidation doCheckConfigurationFilePath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckExtraClasspath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckJavaOpts(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckJdkName(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckJdkHome(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
value - IOExceptionjavax.servlet.ServletExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public List<? extends hudson.model.Descriptor<AbstractDeploymentPolicy>> getDeploymentPolicyDescriptors()
Copyright © 2016–2017. All rights reserved.