public static final class DXAnalysis.Describe extends DXExecution.Describe
env| Modifier and Type | Method and Description |
|---|---|
<T> T |
getOutput(Class<T> outputClass)
Returns the output of the analysis, deserialized to the specified class, or null if no
output hash is available.
|
AnalysisState |
getState()
Returns the state of the analysis.
|
getAnalysis, getBillTo, getCreationDate, getDetails, getExecutableName, getFolder, getId, getInput, getLaunchedBy, getModifiedDate, getName, getOriginalInput, getParentAnalysis, getParentJob, getProject, getProperties, getRootExecution, getRunInput, getStage, getTags, getTotalPrice, getWorkspace, isWorkspaceDestructionDelayedpublic <T> T getOutput(Class<T> outputClass)
A partial output hash is available as soon as the first stage finishes. As each stage finishes, its corresponding outputs will become visible.
getOutput in class DXExecution.DescribeoutputClass - class to deserialize topublic AnalysisState getState()
Copyright © 2023. All Rights Reserved.