com.xebialabs.deployit.ci
Class DeployitNotifier.DeployitDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by com.xebialabs.deployit.ci.DeployitNotifier.DeployitDescriptor
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
DeployitNotifier

@Extension
public static final class DeployitNotifier.DeployitDescriptor
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
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DeployitNotifier.DeployitDescriptor()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doCheckApplication(java.lang.String credential, java.lang.String value, hudson.model.AbstractProject project)
           
 hudson.util.ListBoxModel doFillCredentialItems()
           
 java.util.List<java.lang.String> environments(java.lang.String credential)
           
 java.util.List<java.lang.String> getAllArtifactTypes()
           
 java.util.List<java.lang.String> getAllResourceTypes()
           
 java.util.List<Credential> getCredentials()
           
 java.lang.String getDeployitClientProxyUrl()
           
 java.lang.String getDeployitServerUrl()
           
 java.lang.String getDisplayName()
           
 java.util.List<java.lang.String> getPropertiesOf(java.lang.String type)
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, 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

DeployitNotifier.DeployitDescriptor

public DeployitNotifier.DeployitDescriptor()
Method Detail

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

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

getCredentials

public java.util.List<Credential> getCredentials()

getDeployitServerUrl

public java.lang.String getDeployitServerUrl()

getDeployitClientProxyUrl

public java.lang.String getDeployitClientProxyUrl()

doFillCredentialItems

public hudson.util.ListBoxModel doFillCredentialItems()

newInstance

public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
                                          net.sf.json.JSONObject formData)
                                   throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

environments

public java.util.List<java.lang.String> environments(java.lang.String credential)

doCheckApplication

public hudson.util.FormValidation doCheckApplication(@QueryParameter
                                                     java.lang.String credential,
                                                     @QueryParameter
                                                     java.lang.String value,
                                                     @AncestorInPath
                                                     hudson.model.AbstractProject project)

getAllResourceTypes

public java.util.List<java.lang.String> getAllResourceTypes()

getAllArtifactTypes

public java.util.List<java.lang.String> getAllArtifactTypes()

getPropertiesOf

public java.util.List<java.lang.String> getPropertiesOf(java.lang.String type)