Class Overview
Represents a Rundeck output
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
Public Methods
public
boolean
equals
(Object obj)
public
Long
getExecDuration
()
public
Long
getExecutionId
()
public
String
getFilterNode
()
public
String
getFilterStep
()
Return the step context used to filter this output
public
Long
getLastModified
()
public
Float
getPercentLoaded
()
public
int
getTotalSize
()
public
void
setCompleted
(Boolean completed)
public
void
setEmpty
(Boolean empty)
public
void
setExecCompleted
(Boolean execCompleted)
public
void
setExecDuration
(Long execDuration)
public
void
setExecutionId
(Long executionId)
public
void
setFilterNode
(String filterNode)
return the node name used to filter this output
public
void
setFilterStep
(String filterStep)
public
void
setHasFailedNodes
(Boolean hasFailedNodes)
public
void
setLastModified
(Long lastModified)
public
void
setOffset
(int offset)
public
void
setPercentLoaded
(Float percentLoaded)
public
void
setTotalSize
(int totalSize)
public
void
setUnmodified
(Boolean unmodified)