public class

RundeckHistory

extends Object
implements Serializable
java.lang.Object
   ↳ org.rundeck.api.domain.RundeckHistory

Class Overview

Represents a portion of the RunDeck (events) history

Summary

Public Constructors
RundeckHistory()
Public Methods
void addEvent(RundeckEvent event)
boolean equals(Object obj)
int getCount()
List<RundeckEvent> getEvents()
int getMax()
int getOffset()
int getTotal()
int hashCode()
void setCount(int count)
void setEvents(List<RundeckEvent> events)
void setMax(int max)
void setOffset(int offset)
void setTotal(int total)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RundeckHistory ()

Public Methods

public void addEvent (RundeckEvent event)

public boolean equals (Object obj)

public int getCount ()

public List<RundeckEvent> getEvents ()

public int getMax ()

public int getOffset ()

public int getTotal ()

public int hashCode ()

public void setCount (int count)

public void setEvents (List<RundeckEvent> events)

public void setMax (int max)

public void setOffset (int offset)

public void setTotal (int total)

public String toString ()