org.jenkinsci.plugins.extremenotification
Class MyPlugin.Event

java.lang.Object
  extended by org.jenkinsci.plugins.extremenotification.MyPlugin.Event
Enclosing class:
MyPlugin

public static final class MyPlugin.Event
extends Object


Constructor Summary
MyPlugin.Event(String name, Object... args)
           
 
Method Summary
 Map<String,Object> getArgs()
           
 String getName()
           
 Long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPlugin.Event

public MyPlugin.Event(String name,
                      Object... args)
Method Detail

getTimestamp

public Long getTimestamp()

getName

public String getName()

getArgs

public Map<String,Object> getArgs()


Copyright © 2004-2015. All Rights Reserved.