Class DetectDownloadStrategy
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<DetectDownloadStrategy>
-
- com.blackduck.integration.jenkins.detect.extensions.DetectDownloadStrategy
-
- All Implemented Interfaces:
hudson.model.Describable<DetectDownloadStrategy>
,java.io.Serializable
- Direct Known Subclasses:
AirGapDownloadStrategy
,InheritFromGlobalDownloadStrategy
,ScriptOrJarDownloadStrategy
public abstract class DetectDownloadStrategy extends hudson.model.AbstractDescribableImpl<DetectDownloadStrategy> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DetectDownloadStrategy.DownloadStrategyDescriptor
-
Constructor Summary
Constructors Constructor Description DetectDownloadStrategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DetectDownloadStrategy.DownloadStrategyDescriptor
getDescriptor()
abstract java.lang.String
getDisplayName()
-
-
-
Method Detail
-
getDisplayName
public abstract java.lang.String getDisplayName()
-
getDescriptor
public DetectDownloadStrategy.DownloadStrategyDescriptor getDescriptor()
- Specified by:
getDescriptor
in interfacehudson.model.Describable<DetectDownloadStrategy>
- Overrides:
getDescriptor
in classhudson.model.AbstractDescribableImpl<DetectDownloadStrategy>
-
-