org.hudsonci.maven.plugin.install
Class UrlMavenInstaller.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<ToolInstaller>
      extended by hudson.tools.ToolInstallerDescriptor<UrlMavenInstaller>
          extended by org.hudsonci.maven.plugin.install.UrlMavenInstaller.DescriptorImpl
All Implemented Interfaces:
Saveable
Enclosing class:
UrlMavenInstaller

public static final class UrlMavenInstaller.DescriptorImpl
extends ToolInstallerDescriptor<UrlMavenInstaller>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
UrlMavenInstaller.DescriptorImpl()
           
 
Method Summary
 String getDisplayName()
           
 boolean isApplicable(Class<? extends ToolInstallation> type)
           
 
Methods inherited from class hudson.tools.ToolInstallerDescriptor
all, for_
 
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

UrlMavenInstaller.DescriptorImpl

public UrlMavenInstaller.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class Descriptor<ToolInstaller>

isApplicable

public boolean isApplicable(Class<? extends ToolInstallation> type)
Overrides:
isApplicable in class ToolInstallerDescriptor<UrlMavenInstaller>


Copyright © 2004-2011 Hudson. All Rights Reserved.