Class OtherProjectType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
-
- com.fortify.plugin.jenkins.steps.remote.OtherProjectType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<RemoteAnalysisProjectType>
public class OtherProjectType extends RemoteAnalysisProjectType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OtherProjectType.DescriptorImpl
-
Nested classes/interfaces inherited from class com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
Fields Modifier and Type Field Description static RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor
DESCRIPTOR
-
Constructor Summary
Constructors Constructor Description OtherProjectType()
-
Method Summary
-
Methods inherited from class com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
getDescriptor, getRemoteAnalysisProjectTypeDescriptors
-
-
-
-
Field Detail
-
DESCRIPTOR
public static final RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor DESCRIPTOR
-
-