org.jvnet.hudson.test
Class RunLoadCounter.Marker

java.lang.Object
  extended by org.jvnet.hudson.test.RunLoadCounter.Marker
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.RunAction
Enclosing class:
RunLoadCounter

@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public static final class RunLoadCounter.Marker
extends Object
implements hudson.model.RunAction

Used internally.


Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 void onAttached(hudson.model.Run r)
           
 void onBuildComplete()
           
 void onLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onLoad

public void onLoad()
Specified by:
onLoad in interface hudson.model.RunAction

onAttached

public void onAttached(hudson.model.Run r)
Specified by:
onAttached in interface hudson.model.RunAction

onBuildComplete

public void onBuildComplete()
Specified by:
onBuildComplete in interface hudson.model.RunAction

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-2014. All Rights Reserved.