jenkins.plugins.show_build_parameters
Class ShowParametersBuildAction

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by jenkins.plugins.show_build_parameters.ShowParametersBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class ShowParametersBuildAction
extends hudson.model.InvisibleAction

Show the parameters on a build as an action. This means that it will only work for builds that have been run after this plugin was added.

Author:
Peter Hayes

Nested Class Summary
static class ShowParametersBuildAction.RunListenerImpl
           
 
Constructor Summary
ShowParametersBuildAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 java.util.List<hudson.model.ParameterValue> getParameters()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowParametersBuildAction

public ShowParametersBuildAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

getParameters

public java.util.List<hudson.model.ParameterValue> getParameters()


Copyright © 2004-2011. All Rights Reserved.