org.jenkinsci.plugins.buildcontextcapture
Class BuildContextJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.Job<?,?>>
      extended by org.jenkinsci.plugins.buildcontextcapture.BuildContextJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class BuildContextJobProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>

Author:
Gregory Boissinot

Nested Class Summary
static class BuildContextJobProperty.BuildContextJobPropertyDescriptor
           
 
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
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
BuildContextJobProperty()
           
 
Method Summary
 Collection<? extends hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
           
 BuildContextCaptureType[] getTypes()
           
 boolean isOn()
           
 void setOn(boolean on)
           
 void setTypes(BuildContextCaptureType[] types)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, 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
 

Constructor Detail

BuildContextJobProperty

public BuildContextJobProperty()
Method Detail

isOn

public boolean isOn()

getTypes

public BuildContextCaptureType[] getTypes()

setOn

public void setOn(boolean on)

setTypes

public void setTypes(BuildContextCaptureType[] types)

getJobActions

public Collection<? extends hudson.model.Action> getJobActions(hudson.model.Job<?,?> job)
Overrides:
getJobActions in class hudson.model.JobProperty<hudson.model.Job<?,?>>


Copyright © 2004-2012. All Rights Reserved.