@Deprecated public abstract class ExecutableItem extends java.lang.Object implements java.io.Serializable, WithAttachments, WithParameters, WithStatusDetails, WithSteps
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Attachment> |
attachments
Deprecated.
|
protected java.lang.String |
description
Deprecated.
|
protected java.lang.String |
descriptionHtml
Deprecated.
|
protected java.lang.String |
name
Deprecated.
|
protected java.util.List<Parameter> |
parameters
Deprecated.
|
protected Stage |
stage
Deprecated.
|
protected java.lang.Long |
start
Deprecated.
|
protected Status |
status
Deprecated.
|
protected StatusDetails |
statusDetails
Deprecated.
|
protected java.util.List<StepResult> |
steps
Deprecated.
|
protected java.lang.Long |
stop
Deprecated.
|
| Constructor and Description |
|---|
ExecutableItem()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attachment> |
getAttachments()
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
Gets the value of the description property.
|
java.lang.String |
getDescriptionHtml()
Deprecated.
Gets the value of the descriptionHtml property.
|
java.lang.String |
getName()
Deprecated.
Gets the value of the name property.
|
java.util.List<Parameter> |
getParameters()
Deprecated.
|
Stage |
getStage()
Deprecated.
Gets the value of the stage property.
|
java.lang.Long |
getStart()
Deprecated.
Gets the value of the start property.
|
Status |
getStatus()
Deprecated.
Gets the value of the status property.
|
StatusDetails |
getStatusDetails()
Deprecated.
Gets the value of the statusDetails property.
|
java.util.List<StepResult> |
getSteps()
Deprecated.
|
java.lang.Long |
getStop()
Deprecated.
Gets the value of the stop property.
|
ExecutableItem |
setAttachments(Attachment... values)
Deprecated.
|
ExecutableItem |
setAttachments(java.util.Collection<Attachment> values)
Deprecated.
|
ExecutableItem |
setAttachments(java.util.List<Attachment> attachments)
Deprecated.
|
ExecutableItem |
setDescription(java.lang.String value)
Deprecated.
Sets the value of the description property.
|
ExecutableItem |
setDescriptionHtml(java.lang.String value)
Deprecated.
Sets the value of the descriptionHtml property.
|
ExecutableItem |
setName(java.lang.String value)
Deprecated.
Sets the value of the name property.
|
ExecutableItem |
setParameters(java.util.Collection<Parameter> values)
Deprecated.
|
ExecutableItem |
setParameters(java.util.List<Parameter> parameters)
Deprecated.
|
ExecutableItem |
setParameters(Parameter... values)
Deprecated.
|
ExecutableItem |
setStage(Stage value)
Deprecated.
Sets the value of the stage property.
|
ExecutableItem |
setStart(java.lang.Long value)
Deprecated.
Sets the value of the start property.
|
ExecutableItem |
setStatus(Status value)
Deprecated.
Sets the value of the status property.
|
ExecutableItem |
setStatusDetails(StatusDetails value)
Deprecated.
Sets the value of the statusDetails property.
|
ExecutableItem |
setSteps(java.util.Collection<StepResult> values)
Deprecated.
|
ExecutableItem |
setSteps(java.util.List<StepResult> steps)
Deprecated.
|
ExecutableItem |
setSteps(StepResult... values)
Deprecated.
|
ExecutableItem |
setStop(java.lang.Long value)
Deprecated.
Sets the value of the stop property.
|
ExecutableItem |
withAttachments(Attachment... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withAttachments(java.util.Collection<Attachment> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withAttachments(java.util.List<Attachment> attachments)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withDescription(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withDescriptionHtml(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withName(java.lang.String value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withParameters(java.util.Collection<Parameter> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withParameters(java.util.List<Parameter> parameters)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withParameters(Parameter... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withStage(Stage value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withStart(java.lang.Long value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withStatus(Status value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withStatusDetails(StatusDetails value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withSteps(java.util.Collection<StepResult> values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withSteps(java.util.List<StepResult> steps)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withSteps(StepResult... values)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
ExecutableItem |
withStop(java.lang.Long value)
Deprecated.
use set method. Scheduled to removal in 3.0 release.
|
protected java.lang.String name
protected Status status
protected StatusDetails statusDetails
protected Stage stage
protected java.lang.String description
protected java.lang.String descriptionHtml
protected java.util.List<StepResult> steps
protected java.util.List<Attachment> attachments
protected java.util.List<Parameter> parameters
protected java.lang.Long start
protected java.lang.Long stop
public java.lang.String getName()
Stringpublic ExecutableItem setName(java.lang.String value)
value - allowed object is
Stringpublic Status getStatus()
getStatus in interface WithStatusStatuspublic ExecutableItem setStatus(Status value)
value - allowed object is
Statuspublic StatusDetails getStatusDetails()
getStatusDetails in interface WithStatusDetailsStatusDetailspublic ExecutableItem setStatusDetails(StatusDetails value)
value - allowed object is
StatusDetailspublic Stage getStage()
Stagepublic ExecutableItem setStage(Stage value)
value - allowed object is
Stagepublic java.lang.String getDescription()
Stringpublic ExecutableItem setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptionHtml()
Stringpublic ExecutableItem setDescriptionHtml(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getStart()
Longpublic ExecutableItem setStart(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getStop()
Longpublic ExecutableItem setStop(java.lang.Long value)
value - allowed object is
Longpublic java.util.List<StepResult> getSteps()
public ExecutableItem setSteps(java.util.List<StepResult> steps)
public ExecutableItem setSteps(StepResult... values)
public ExecutableItem setSteps(java.util.Collection<StepResult> values)
public java.util.List<Attachment> getAttachments()
getAttachments in interface WithAttachmentspublic ExecutableItem setAttachments(java.util.List<Attachment> attachments)
public ExecutableItem setAttachments(Attachment... values)
public ExecutableItem setAttachments(java.util.Collection<Attachment> values)
public java.util.List<Parameter> getParameters()
getParameters in interface WithParameterspublic ExecutableItem setParameters(java.util.List<Parameter> parameters)
public ExecutableItem setParameters(Parameter... values)
public ExecutableItem setParameters(java.util.Collection<Parameter> values)
@Deprecated public ExecutableItem withName(java.lang.String value)
@Deprecated public ExecutableItem withStatus(Status value)
@Deprecated public ExecutableItem withStatusDetails(StatusDetails value)
@Deprecated public ExecutableItem withStage(Stage value)
@Deprecated public ExecutableItem withDescription(java.lang.String value)
@Deprecated public ExecutableItem withDescriptionHtml(java.lang.String value)
@Deprecated public ExecutableItem withStart(java.lang.Long value)
@Deprecated public ExecutableItem withStop(java.lang.Long value)
@Deprecated public ExecutableItem withSteps(StepResult... values)
@Deprecated public ExecutableItem withSteps(java.util.Collection<StepResult> values)
@Deprecated public ExecutableItem withSteps(java.util.List<StepResult> steps)
@Deprecated public ExecutableItem withAttachments(Attachment... values)
@Deprecated public ExecutableItem withAttachments(java.util.Collection<Attachment> values)
@Deprecated public ExecutableItem withAttachments(java.util.List<Attachment> attachments)
@Deprecated public ExecutableItem withParameters(Parameter... values)
@Deprecated public ExecutableItem withParameters(java.util.Collection<Parameter> values)
@Deprecated public ExecutableItem withParameters(java.util.List<Parameter> parameters)