Class CloudBeesFlowPipeline
java.lang.Object
org.jenkinsci.plugins.electricflow.extension.CloudBeesFlowPipeline
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
CloudBeesFlowPipelineRest
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<CloudBeesFlowPipeline>
long
getLogs()
long
void
setDuration
(long duration) void
void
void
void
setStageName
(String stageName) void
setTimestamp
(long timestamp) net.sf.json.JSONObject
-
Field Details
-
stageName
-
result
-
reason
-
duration
protected long duration -
timestamp
protected long timestamp -
logs
-
-
Constructor Details
-
CloudBeesFlowPipeline
public CloudBeesFlowPipeline()
-
-
Method Details
-
build
-
toJsonObject
public net.sf.json.JSONObject toJsonObject() -
generate
-
getStageName
-
setStageName
-
getResult
-
setResult
-
getReason
-
setReason
-
getDuration
public long getDuration() -
setDuration
public void setDuration(long duration) -
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getLogs
-
setLogs
-