public interface Step extends Identified
Modifier and Type | Method and Description |
---|---|
Date |
endTime() |
Boolean |
external() |
ExternalSystemType |
externalType() |
Job |
job() |
Integer |
number() |
Step |
parentStep() |
Date |
startTime() |
StepStatus |
status() |
StepEnum |
type() |
comment, description, id, name
StepEnum type()
Integer number()
StepStatus status()
Date startTime()
Date endTime()
Boolean external()
ExternalSystemType externalType()
Step parentStep()
Job job()
Copyright © 2016. All rights reserved.