org.jenkinsci.plugins.deploy.weblogic
Class WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
org.jenkinsci.plugins.deploy.weblogic.WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- WeblogicDeploymentPlugin
@Extension
public static final class WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor
- extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.tasks.BuildStepDescriptor |
filter |
| Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, 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 |
PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH
public static final transient String PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH
- See Also:
- Constant Field Values
WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor
public WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor()
getWeblogicEnvironments
public WeblogicEnvironment[] getWeblogicEnvironments()
- Returns:
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>
getConfigurationFilePath
public String getConfigurationFilePath()
- Returns:
setConfigurationFilePath
public void setConfigurationFilePath(String configurationFilePath)
- Parameters:
configurationFilePath -
isPluginDisabled
public boolean isPluginDisabled()
- Returns:
setPluginDisabled
public void setPluginDisabled(boolean pluginDisabled)
- Parameters:
pluginDisabled -
getExcludedArtifactNamePattern
public String getExcludedArtifactNamePattern()
- Returns:
getExtraClasspath
public String getExtraClasspath()
- Returns:
- the extraClasspath
setExtraClasspath
public void setExtraClasspath(String extraClasspath)
- Parameters:
extraClasspath - the extraClasspath to set
getJavaOpts
public String getJavaOpts()
- Returns:
- the javaOpts
setJavaOpts
public void setJavaOpts(String javaOpts)
- Parameters:
javaOpts - the javaOpts to set
getJdkSelected
public String getJdkSelected()
- Returns:
setJdkSelected
public void setJdkSelected(String jdkSelected)
- Parameters:
jdkHomeSelected -
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>
- Throws:
hudson.model.Descriptor.FormException
doCheckConfigurationFilePath
public hudson.util.FormValidation doCheckConfigurationFilePath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
- Performs on-the-fly validation of the form field 'configurationFilePath'
- Parameters:
value -
- Returns:
-
- Throws:
IOException
javax.servlet.ServletException
doCheckExtraClasspath
public hudson.util.FormValidation doCheckExtraClasspath(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
- Controle a la volee du champ 'extraClasspath'
- Parameters:
value -
- Returns:
-
- Throws:
IOException
javax.servlet.ServletException
doCheckJavaOpts
public hudson.util.FormValidation doCheckJavaOpts(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
- Parameters:
value -
- Returns:
-
- Throws:
IOException
javax.servlet.ServletException
isApplicable
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
- Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Copyright © 2004-2012. All Rights Reserved.