org.jenkinsci.plugins.deploy.weblogic
Class WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by 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 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
static String PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor()
           
 
Method Summary
 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)
           
 String getConfigurationFilePath()
           
 String getDisplayName()
           
 String getExcludedArtifactNamePattern()
           
 String getExtraClasspath()
           
 String getJavaOpts()
           
 String getJdkSelected()
           
 WeblogicEnvironment[] getWeblogicEnvironments()
           
 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)
           
 
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, 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
 

Field Detail

PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH

public static final transient String PLUGIN_XSD_SCHEMA_CONFIG_FILE_PATH
See Also:
Constant Field Values
Constructor Detail

WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor

public WeblogicDeploymentPlugin.WeblogicDeploymentPluginDescriptor()
Method Detail

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-2013. All Rights Reserved.