org.jvnet.hudson.plugins.m2release
Class M2ReleaseBuildWrapper.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.tasks.BuildWrapper>
      extended by hudson.tasks.BuildWrapperDescriptor
          extended by org.jvnet.hudson.plugins.m2release.M2ReleaseBuildWrapper.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
M2ReleaseBuildWrapper

@Extension
public static class M2ReleaseBuildWrapper.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
static java.lang.String DEFAULT_RELEASE_GOALS
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
M2ReleaseBuildWrapper.DescriptorImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 boolean isApplicable(hudson.model.AbstractProject<?,?> item)
           
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, 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
 

Field Detail

DEFAULT_RELEASE_GOALS

public static final java.lang.String DEFAULT_RELEASE_GOALS
See Also:
Constant Field Values
Constructor Detail

M2ReleaseBuildWrapper.DescriptorImpl

public M2ReleaseBuildWrapper.DescriptorImpl()
Method Detail

isApplicable

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

getDisplayName

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


Copyright © 2009. All Rights Reserved.