hudson.plugins.copyartifact
Class CopyArtifact.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by hudson.plugins.copyartifact.CopyArtifact.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
CopyArtifact

@Extension
public static final class CopyArtifact.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>


Nested Class Summary
 
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
CopyArtifact.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckProjectName(hudson.model.AbstractItem anc, String value)
           
 hudson.DescriptorExtensionList<BuildSelector,hudson.model.Descriptor<BuildSelector>> getBuildSelectors()
           
 String getDisplayName()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> clazz)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, 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

CopyArtifact.DescriptorImpl

public CopyArtifact.DescriptorImpl()
Method Detail

doCheckProjectName

public hudson.util.FormValidation doCheckProjectName(@AncestorInPath
                                                     hudson.model.AbstractItem anc,
                                                     @QueryParameter
                                                     String value)

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> clazz)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

getDisplayName

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

getBuildSelectors

public hudson.DescriptorExtensionList<BuildSelector,hudson.model.Descriptor<BuildSelector>> getBuildSelectors()


Copyright © 2004-2012 Hudson. All Rights Reserved.