org.jenkinsci.plugins.jobparametersummary
Class Summary

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by org.jenkinsci.plugins.jobparametersummary.Summary
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class Summary
extends hudson.model.InvisibleAction


Nested Class Summary
static class Summary.SummaryFactory
           
 
Constructor Summary
Summary(hudson.model.AbstractProject project)
           
 
Method Summary
 String getDefault(hudson.model.ParameterDefinition d)
          Get default value for ParameterDefinition that has any and it can be displayed
 List<hudson.model.ParameterDefinition> getParameters()
           
 String toString()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Summary

public Summary(hudson.model.AbstractProject project)
Method Detail

getParameters

public List<hudson.model.ParameterDefinition> getParameters()

toString

public String toString()
Overrides:
toString in class Object

getDefault

public String getDefault(hudson.model.ParameterDefinition d)
Get default value for ParameterDefinition that has any and it can be displayed



Copyright © 2004-2013. All Rights Reserved.