com.nullin.jenkins.spbr
Class SPBRConfigJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by com.nullin.jenkins.spbr.SPBRConfigJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class SPBRConfigJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>

SPBR configuration job property. Not sure how to ensure that this is only visible when the job is configured as parameterized.

Author:
nullin

Nested Class Summary
static class SPBRConfigJobProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 String excludes
           
 String includes
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
SPBRConfigJobProperty(String includes, String excludes)
           
 
Method Summary
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includes

public final String includes

excludes

public final String excludes
Constructor Detail

SPBRConfigJobProperty

public SPBRConfigJobProperty(String includes,
                             String excludes)


Copyright © 2004-2014. All Rights Reserved.