@Portable public class RuntimeListItem extends Object
Constructor and Description |
---|
RuntimeListItem(String itemLabel,
PipelineExecutionTrace pipelineTrace) |
RuntimeListItem(String itemLabel,
Runtime runtime) |
RuntimeListItem(String itemLabel,
Runtime runtime,
PipelineExecutionTrace pipelineTrace) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getItemLabel() |
PipelineExecutionTrace |
getPipelineTrace() |
Runtime |
getRuntime() |
int |
hashCode() |
boolean |
isRuntime() |
public RuntimeListItem(String itemLabel, Runtime runtime, PipelineExecutionTrace pipelineTrace)
public RuntimeListItem(String itemLabel, PipelineExecutionTrace pipelineTrace)
public String getItemLabel()
public Runtime getRuntime()
public PipelineExecutionTrace getPipelineTrace()
public boolean isRuntime()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.