public static enum PipelineEventChannel.Event extends Enum<PipelineEventChannel.Event>
EventProps.Jenkins.jenkins_event| Enum Constant and Description |
|---|
pipeline_block_end |
pipeline_block_start |
pipeline_end |
pipeline_stage |
pipeline_start |
pipeline_step |
| Modifier and Type | Method and Description |
|---|---|
static PipelineEventChannel.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineEventChannel.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineEventChannel.Event pipeline_start
public static final PipelineEventChannel.Event pipeline_end
public static final PipelineEventChannel.Event pipeline_block_start
public static final PipelineEventChannel.Event pipeline_block_end
public static final PipelineEventChannel.Event pipeline_step
public static final PipelineEventChannel.Event pipeline_stage
public static PipelineEventChannel.Event[] values()
for (PipelineEventChannel.Event c : PipelineEventChannel.Event.values()) System.out.println(c);
public static PipelineEventChannel.Event 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–2017. All rights reserved.