|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<ToolInstaller>
hudson.tools.ToolInstallerDescriptor<T>
hudson.tools.DownloadFromUrlInstaller.DescriptorImpl<Maven.MavenInstaller>
hudson.tasks.Maven.MavenInstaller.DescriptorImpl
@Extension public static final class Maven.MavenInstaller.DescriptorImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self |
Field Summary |
---|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
Maven.MavenInstaller.DescriptorImpl()
|
Method Summary | |
---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object. |
boolean |
isApplicable(Class<? extends ToolInstallation> toolType)
Controls what kind of ToolInstallation this installer can be applied to. |
Methods inherited from class hudson.tools.DownloadFromUrlInstaller.DescriptorImpl |
---|
createDownloadable, getId, getInstallables |
Methods inherited from class hudson.tools.ToolInstallerDescriptor |
---|
all, for_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Maven.MavenInstaller.DescriptorImpl()
Method Detail |
---|
public String getDisplayName()
Descriptor
getDisplayName
in class Descriptor<ToolInstaller>
public boolean isApplicable(Class<? extends ToolInstallation> toolType)
ToolInstallerDescriptor
ToolInstallation
this installer can be applied to.
By default, this method just returns true to everything, claiming it's applicable to any tool installations.
isApplicable
in class ToolInstallerDescriptor<Maven.MavenInstaller>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |