public class RuntimePresenterHelper extends Object
| Constructor and Description |
|---|
RuntimePresenterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
buildStyle(PipelineStatus status)
Builds the list of css classes for configuring the runtime icon given the pipeline status.
|
static Collection<String> |
buildStyle(RuntimeStatus status)
Builds the list of css classes for configuring the runtime icon given the runtime status.
|
public static Collection<String> buildStyle(PipelineStatus status)
status - pipeline status for the calculation.public static Collection<String> buildStyle(RuntimeStatus status)
status - runtime status for the calculation.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.