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 classDetectDownloadStrategy.DownloadStrategyDescriptor
-
Constructor Summary
Constructors Constructor Description DetectDownloadStrategy()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DetectDownloadStrategy.DownloadStrategyDescriptorgetDescriptor()abstract java.lang.StringgetDisplayName()
-
-
-
Method Detail
-
getDisplayName
public abstract java.lang.String getDisplayName()
-
getDescriptor
public DetectDownloadStrategy.DownloadStrategyDescriptor getDescriptor()
- Specified by:
getDescriptorin interfacehudson.model.Describable<DetectDownloadStrategy>- Overrides:
getDescriptorin classhudson.model.AbstractDescribableImpl<DetectDownloadStrategy>
-
-