org.eclipse.egit.github.core.event
Class GollumPayload

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by org.eclipse.egit.github.core.event.GollumPayload
All Implemented Interfaces:
Serializable

public class GollumPayload
extends EventPayload
implements Serializable

GollumEvent payload model class.

See Also:
Serialized Form

Constructor Summary
GollumPayload()
           
 
Method Summary
 List<GollumPage> getPages()
           
 GollumPayload setPages(List<GollumPage> pages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GollumPayload

public GollumPayload()
Method Detail

getPages

public List<GollumPage> getPages()
Returns:
pages

setPages

public GollumPayload setPages(List<GollumPage> pages)
Parameters:
pages -
Returns:
this GollumPayload


Copyright © 2012. All Rights Reserved.