hudson.plugins.zentimestamp
Class ZenTimestampAction

java.lang.Object
  extended by hudson.plugins.zentimestamp.ZenTimestampAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.EnvironmentContributingAction, hudson.model.ModelObject

public class ZenTimestampAction
extends Object
implements hudson.model.EnvironmentContributingAction


Constructor Summary
ZenTimestampAction(String pattern)
           
 
Method Summary
 void buildEnvVars(hudson.model.AbstractBuild<?,?> build, hudson.EnvVars env)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZenTimestampAction

public ZenTimestampAction(String pattern)
Method Detail

buildEnvVars

public void buildEnvVars(hudson.model.AbstractBuild<?,?> build,
                         hudson.EnvVars env)
Specified by:
buildEnvVars in interface hudson.model.EnvironmentContributingAction

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2011. All Rights Reserved.