org.eclipse.egit.github.core.event
Class GollumPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GollumPayload
public GollumPayload()
getPages
public List<GollumPage> getPages()
- Returns:
- pages
setPages
public GollumPayload setPages(List<GollumPage> pages)
- Parameters:
pages
-
- Returns:
- this GollumPayload
Copyright © 2012. All Rights Reserved.