Package org.jenkinsci.plugins.codedx
Class CodeDxPublisher.SpecificProject
- java.lang.Object
-
- org.jenkinsci.plugins.codedx.CodeDxPublisher.ProjectSelection
-
- org.jenkinsci.plugins.codedx.CodeDxPublisher.SpecificProject
-
- All Implemented Interfaces:
ExtensionPoint,Describable<CodeDxPublisher.ProjectSelection>
- Enclosing class:
- CodeDxPublisher
public static class CodeDxPublisher.SpecificProject extends CodeDxPublisher.ProjectSelection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCodeDxPublisher.SpecificProject.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SpecificProject()SpecificProject(String projectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProjectId()booleanisEmpty()voidsetProjectId(String projectId)-
Methods inherited from class org.jenkinsci.plugins.codedx.CodeDxPublisher.ProjectSelection
getDescriptor
-
-
-
-
Constructor Detail
-
SpecificProject
@DataBoundConstructor public SpecificProject()
-
SpecificProject
public SpecificProject(String projectId)
-
-
Method Detail
-
getProjectId
public String getProjectId()
-
setProjectId
@DataBoundSetter public void setProjectId(String projectId)
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin classCodeDxPublisher.ProjectSelection
-
-