Package uk.ac.starlink.ttools.taplint
Class JobStage
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.JobStage
-
-
Constructor Summary
Constructors Constructor Description JobStage(MetadataHolder metaHolder, long pollMillis)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns a short one-line description of this stage.voidrun(Reporter reporter, uk.ac.starlink.vo.TapService tapService)Performs the validation checks for this stage.
-
-
-
Constructor Detail
-
JobStage
public JobStage(MetadataHolder metaHolder, long pollMillis)
Constructor.- Parameters:
metaHolder- supplies table metadata at run time so we know what to querypollMillis- number of milliseconds between polling attempts when waiting for a normal job to complete
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Description copied from interface:StageReturns a short one-line description of this stage.- Specified by:
getDescriptionin interfaceStage- Returns:
- description in imperative mood
-
-