com.cisco.step.jenkins.plugins.jenkow
Class JenkowWorkflowPicture

java.lang.Object
  extended by com.cisco.step.jenkins.plugins.jenkow.JenkowWorkflowPicture
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class JenkowWorkflowPicture
extends Object
implements hudson.model.Action

Exposes workflow images at the project level.

See Also:
TransientProjectActionFactoryImpl

Constructor Summary
JenkowWorkflowPicture(List<JenkowBuilder> builders)
           
 
Method Summary
 WorkflowDiagram doGraph(org.kohsuke.stapler.StaplerRequest req)
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 Collection<String> getWorkflowNames()
          Returns all the workflow names used in the builders without duplicates in the expected natural order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JenkowWorkflowPicture

public JenkowWorkflowPicture(List<JenkowBuilder> builders)
Method Detail

doGraph

public WorkflowDiagram doGraph(org.kohsuke.stapler.StaplerRequest req)

getWorkflowNames

public Collection<String> getWorkflowNames()
Returns all the workflow names used in the builders without duplicates in the expected natural order.


getIconFileName

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

getDisplayName

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

getUrlName

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


Copyright © 2004-2013. All Rights Reserved.