hudson.plugins.zentimestamp
Class ZenTimestampJobProperty

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

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


Nested Class Summary
static class ZenTimestampJobProperty.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
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
ZenTimestampJobProperty(boolean changeBUILDID, String pattern)
           
 
Method Summary
 String getPattern()
           
 boolean isChangeBUILDID()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, prebuild, reconfigure, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZenTimestampJobProperty

@DataBoundConstructor
public ZenTimestampJobProperty(boolean changeBUILDID,
                                                    String pattern)
Method Detail

getPattern

public String getPattern()

isChangeBUILDID

public boolean isChangeBUILDID()

perform

public boolean perform(hudson.model.AbstractBuild<?,?> build,
                       hudson.Launcher launcher,
                       hudson.model.BuildListener listener)
                throws InterruptedException,
                       IOException
Specified by:
perform in interface hudson.tasks.BuildStep
Overrides:
perform in class hudson.model.JobProperty<hudson.model.Job<?,?>>
Throws:
InterruptedException
IOException


Copyright © 2004-2013. All Rights Reserved.