com.michelin.cio.hudson.plugins.copytoslave
Class CopyToSlaveBuildWrapper.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
CopyToSlaveBuildWrapper

@Extension
public static class CopyToSlaveBuildWrapper.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor


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
CopyToSlaveBuildWrapper.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 String getDisplayName()
           
 String getSomewhereElsePath()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
 boolean isRelativeToHomeEnabled()
           
 boolean isSomewhereElseEnabled()
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, 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

CopyToSlaveBuildWrapper.DescriptorImpl

public CopyToSlaveBuildWrapper.DescriptorImpl()
Method Detail

configure

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

getDisplayName

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

isApplicable

public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
Specified by:
isApplicable in class hudson.tasks.BuildWrapperDescriptor

getSomewhereElsePath

public String getSomewhereElsePath()

isRelativeToHomeEnabled

public boolean isRelativeToHomeEnabled()

isSomewhereElseEnabled

public boolean isSomewhereElseEnabled()


Copyright © 2004-2012 Hudson. All Rights Reserved.