Class MSBuildProjectType
- java.lang.Object
-
- com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
-
- com.fortify.plugin.jenkins.steps.remote.MSBuildProjectType
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<RemoteAnalysisProjectType>
public class MSBuildProjectType extends RemoteAnalysisProjectType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MSBuildProjectType.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 MSBuildProjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDotnetProject()
boolean
isExcludeDisabledProjects()
void
setDotnetProject(String dotnetProject)
void
setExcludeDisabledProjects(boolean excludeDisabledProjects)
-
Methods inherited from class com.fortify.plugin.jenkins.steps.remote.RemoteAnalysisProjectType
getDescriptor, getRemoteAnalysisProjectTypeDescriptors
-
-
-
-
Field Detail
-
DESCRIPTOR
public static final RemoteAnalysisProjectType.RemoteAnalysisProjectTypeDescriptor DESCRIPTOR
-
-
Method Detail
-
getDotnetProject
public String getDotnetProject()
-
isExcludeDisabledProjects
public boolean isExcludeDisabledProjects()
-
setDotnetProject
@DataBoundSetter public void setDotnetProject(String dotnetProject)
-
setExcludeDisabledProjects
@DataBoundSetter public void setExcludeDisabledProjects(boolean excludeDisabledProjects)
-
-