Package ubic.gemma.rest
Class PipelineStatusValueObject.PipelineStepValueObject
java.lang.Object
ubic.gemma.rest.PipelineStatusValueObject.PipelineStepValueObject
- Enclosing class:
PipelineStatusValueObject
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionSimple class name of the latest audit event (BatchInformationFetchingEvent,FailedPCAAnalysisEvent, etc.).Note attached to the latest audit event, when present.getState()One ofok,failed,notRun,notApplicable.getStep()One ofbatchInfo,preprocess,pca,dea,coexpression,missingValue.voidsetEventType(String eventType) Simple class name of the latest audit event (BatchInformationFetchingEvent,FailedPCAAnalysisEvent, etc.).voidsetLastRun(Date lastRun) voidsetMessage(String message) Note attached to the latest audit event, when present.voidOne ofok,failed,notRun,notApplicable.voidOne ofbatchInfo,preprocess,pca,dea,coexpression,missingValue.
-
Constructor Details
-
PipelineStepValueObject
public PipelineStepValueObject() -
PipelineStepValueObject
-
-
Method Details
-
getStep
One ofbatchInfo,preprocess,pca,dea,coexpression,missingValue. -
getState
One ofok,failed,notRun,notApplicable. -
getLastRun
-
getEventType
Simple class name of the latest audit event (BatchInformationFetchingEvent,FailedPCAAnalysisEvent, etc.).nullwhen no event has been recorded. -
getMessage
Note attached to the latest audit event, when present. Most useful for failed steps where the failure reason is captured here. -
setStep
One ofbatchInfo,preprocess,pca,dea,coexpression,missingValue. -
setState
One ofok,failed,notRun,notApplicable. -
setLastRun
-
setEventType
Simple class name of the latest audit event (BatchInformationFetchingEvent,FailedPCAAnalysisEvent, etc.).nullwhen no event has been recorded. -
setMessage
Note attached to the latest audit event, when present. Most useful for failed steps where the failure reason is captured here.
-