RunQueryOrderByField Class

public final class RunQueryOrderByField
extends ExpandableStringEnum<RunQueryOrderByField>

Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status.

Field Summary

Modifier and Type Field and Description
static final RunQueryOrderByField ACTIVITY_NAME

Static value ActivityName for RunQueryOrderByField.

static final RunQueryOrderByField ACTIVITY_RUN_END

Static value ActivityRunEnd for RunQueryOrderByField.

static final RunQueryOrderByField ACTIVITY_RUN_START

Static value ActivityRunStart for RunQueryOrderByField.

static final RunQueryOrderByField PIPELINE_NAME

Static value PipelineName for RunQueryOrderByField.

static final RunQueryOrderByField RUN_END

Static value RunEnd for RunQueryOrderByField.

static final RunQueryOrderByField RUN_START

Static value RunStart for RunQueryOrderByField.

static final RunQueryOrderByField STATUS

Static value Status for RunQueryOrderByField.

static final RunQueryOrderByField TRIGGER_NAME

Static value TriggerName for RunQueryOrderByField.

static final RunQueryOrderByField TRIGGER_RUN_TIMESTAMP

Static value TriggerRunTimestamp for RunQueryOrderByField.

Constructor Summary

Constructor Description
RunQueryOrderByField()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RunQueryOrderByField value.

Method Summary

Modifier and Type Method and Description
static RunQueryOrderByField fromString(String name)

Creates or finds a RunQueryOrderByField from its string representation.

static Collection<RunQueryOrderByField> values()

Gets known RunQueryOrderByField values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVITY_NAME

public static final RunQueryOrderByField ACTIVITY_NAME

Static value ActivityName for RunQueryOrderByField.

ACTIVITY_RUN_END

public static final RunQueryOrderByField ACTIVITY_RUN_END

Static value ActivityRunEnd for RunQueryOrderByField.

ACTIVITY_RUN_START

public static final RunQueryOrderByField ACTIVITY_RUN_START

Static value ActivityRunStart for RunQueryOrderByField.

PIPELINE_NAME

public static final RunQueryOrderByField PIPELINE_NAME

Static value PipelineName for RunQueryOrderByField.

RUN_END

public static final RunQueryOrderByField RUN_END

Static value RunEnd for RunQueryOrderByField.

RUN_START

public static final RunQueryOrderByField RUN_START

Static value RunStart for RunQueryOrderByField.

STATUS

public static final RunQueryOrderByField STATUS

Static value Status for RunQueryOrderByField.

TRIGGER_NAME

public static final RunQueryOrderByField TRIGGER_NAME

Static value TriggerName for RunQueryOrderByField.

TRIGGER_RUN_TIMESTAMP

public static final RunQueryOrderByField TRIGGER_RUN_TIMESTAMP

Static value TriggerRunTimestamp for RunQueryOrderByField.

Constructor Details

RunQueryOrderByField

@Deprecated
public RunQueryOrderByField()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RunQueryOrderByField value.

Method Details

fromString

public static RunQueryOrderByField fromString(String name)

Creates or finds a RunQueryOrderByField from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RunQueryOrderByField.

values

public static Collection values()

Gets known RunQueryOrderByField values.

Returns:

known RunQueryOrderByField values.

Applies to