Class RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor
- java.lang.Object
-
- hudson.model.Descriptor<RemoteAnalysisProjectType>
-
- com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor
-
- Direct Known Subclasses:
GradleProjectType.DescriptorImpl
,MavenProjectType.DescriptorImpl
,MSBuildProjectType.DescriptorImpl
,OtherProjectType.DescriptorImpl
,PhpProjectType.DescriptorImpl
,PythonProjectType.DescriptorImpl
- Enclosing class:
- RemoteAnalysisProjectType
public abstract static class RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor extends Descriptor<RemoteAnalysisProjectType>
-
-
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
-
-
Constructor Summary
Constructors Constructor Description RemoteAnalysisProjectTypeDescriptor(Class<? extends RemoteAnalysisProjectType> clazz)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getDisplayName()
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Constructor Detail
-
RemoteAnalysisProjectTypeDescriptor
public RemoteAnalysisProjectTypeDescriptor(Class<? extends RemoteAnalysisProjectType> clazz)
-
-
Method Detail
-
getDisplayName
public abstract String getDisplayName()
- Overrides:
getDisplayName
in classDescriptor<RemoteAnalysisProjectType>
-
-