jenkins.plugins.publish_over_ssh
Class BapSshPublisherPlugin.Descriptor

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by jenkins.plugins.publish_over.BPPluginDescriptor<BapSshHostConfiguration,BapSshCommonConfiguration>
              extended by jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.Descriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
BapSshPublisherPlugin

public static class BapSshPublisherPlugin.Descriptor
extends jenkins.plugins.publish_over.BPPluginDescriptor<BapSshHostConfiguration,BapSshCommonConfiguration>


Nested Class Summary
 
Nested classes/interfaces inherited from class jenkins.plugins.publish_over.BPPluginDescriptor
jenkins.plugins.publish_over.BPPluginDescriptor.BPDescriptorMessages
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
BapSshPublisherPlugin.Descriptor()
           
 
Method Summary
 hudson.util.FormValidation doCheckExecCommand(java.lang.String sourceFiles, java.lang.String execCommand)
           
 hudson.util.FormValidation doCheckExecTimeout(java.lang.String value)
           
 hudson.util.FormValidation doCheckKeyPath(java.lang.String value)
           
 hudson.util.FormValidation doCheckSourceFiles(java.lang.String configName, java.lang.String sourceFiles, java.lang.String execCommand)
           
 BapSshPublisherPlugin.Descriptor getPublisherDescriptor()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
           
 
Methods inherited from class jenkins.plugins.publish_over.BPPluginDescriptor
configure, doCheckHostname, doCheckName, doCheckPort, doCheckTimeout, doCheckUsername, doTestConnection, getCommonConfig, getConfiguration, getDisplayName, getHostConfigurations, setCommonConfig
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BapSshPublisherPlugin.Descriptor

public BapSshPublisherPlugin.Descriptor()
Method Detail

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> aClass)
Overrides:
isApplicable in class jenkins.plugins.publish_over.BPPluginDescriptor<BapSshHostConfiguration,BapSshCommonConfiguration>

doCheckKeyPath

public hudson.util.FormValidation doCheckKeyPath(@QueryParameter
                                                 java.lang.String value)

doCheckSourceFiles

public hudson.util.FormValidation doCheckSourceFiles(@QueryParameter
                                                     java.lang.String configName,
                                                     @QueryParameter
                                                     java.lang.String sourceFiles,
                                                     @QueryParameter
                                                     java.lang.String execCommand)

doCheckExecCommand

public hudson.util.FormValidation doCheckExecCommand(@QueryParameter
                                                     java.lang.String sourceFiles,
                                                     @QueryParameter
                                                     java.lang.String execCommand)

doCheckExecTimeout

public hudson.util.FormValidation doCheckExecTimeout(@QueryParameter
                                                     java.lang.String value)

getPublisherDescriptor

public BapSshPublisherPlugin.Descriptor getPublisherDescriptor()


Copyright © 2011. All Rights Reserved.