| Package | Description |
|---|---|
| io.jenkins.kubesphere.plugins.event.models |
| Modifier and Type | Method and Description |
|---|---|
JobPhase |
BuildState.getPhase() |
static JobPhase |
JobPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobPhase[] |
JobPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildState.setPhase(JobPhase phase) |
| Constructor and Description |
|---|
BuildState(JobPhase phase,
hudson.model.Run run,
long timestamp) |
JobState(JobPhase phase,
hudson.model.Run run,
hudson.model.TaskListener listener,
org.jenkinsci.plugins.workflow.support.steps.input.InputStep inputStep,
String approver,
long timestamp) |
JobState(JobPhase phase,
hudson.model.Run run,
hudson.model.TaskListener listener,
long timestamp) |
Copyright © 2016–2020. All rights reserved.