Class AgentExecution
java.lang.Object
io.jenkins.plugins.agent_build_history.AgentExecution
- All Implemented Interfaces:
Comparable<AgentExecution>
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class AgentExecution
extends Object
implements Comparable<AgentExecution>
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFlowNode
(org.jenkinsci.plugins.workflow.graph.FlowNode node, String nodeName) int
boolean
Run<?,
?> getRun()
int
hashCode()
-
Constructor Details
-
AgentExecution
-
-
Method Details
-
getRun
-
addFlowNode
-
getFlowNodes
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<AgentExecution>
-