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

java.lang.Object
  extended by hudson.model.TransientProjectActionFactory
      extended by com.cisco.step.jenkins.plugins.jenkow.TransientProjectActionFactoryImpl
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class TransientProjectActionFactoryImpl
extends hudson.model.TransientProjectActionFactory

Adds JenkowWorkflowPictures as appropriate to the UI.

BuildStepCompatibilityLayer.getProjectActions(AbstractProject) is bit painful because we want to handle index-based image generation, yet builders don't know their indices.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
TransientProjectActionFactoryImpl()
           
 
Method Summary
 Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
           
 
Methods inherited from class hudson.model.TransientProjectActionFactory
all
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientProjectActionFactoryImpl

public TransientProjectActionFactoryImpl()
Method Detail

createFor

public Collection<? extends hudson.model.Action> createFor(hudson.model.AbstractProject target)
Specified by:
createFor in class hudson.model.TransientProjectActionFactory


Copyright © 2004-2013. All Rights Reserved.