public static enum PipelineEventChannel.EventProps extends Enum<PipelineEventChannel.EventProps>
| Enum Constant and Description |
|---|
pipeline_context |
pipeline_job_name |
pipeline_run_id |
pipeline_step_flownode_id |
pipeline_step_is_paused |
pipeline_step_name |
pipeline_step_stage_id |
pipeline_step_stage_name |
| Modifier and Type | Method and Description |
|---|---|
static PipelineEventChannel.EventProps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineEventChannel.EventProps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineEventChannel.EventProps pipeline_job_name
public static final PipelineEventChannel.EventProps pipeline_run_id
public static final PipelineEventChannel.EventProps pipeline_context
public static final PipelineEventChannel.EventProps pipeline_step_name
public static final PipelineEventChannel.EventProps pipeline_step_flownode_id
public static final PipelineEventChannel.EventProps pipeline_step_stage_name
public static final PipelineEventChannel.EventProps pipeline_step_stage_id
public static final PipelineEventChannel.EventProps pipeline_step_is_paused
public static PipelineEventChannel.EventProps[] values()
for (PipelineEventChannel.EventProps c : PipelineEventChannel.EventProps.values()) System.out.println(c);
public static PipelineEventChannel.EventProps valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016–2020. All rights reserved.