Package uk.ac.starlink.ttools.taplint
Class JobStage
java.lang.Object
uk.ac.starlink.ttools.taplint.JobStage
- All Implemented Interfaces:
Stage
TapLint stage which submits and manipulates UWS jobs, mostly to check
that the UWS operations are performing correctly.
- Since:
- 24 Jun 2011
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a short one-line description of this stage.voidPerforms the validation checks for this stage.
-
Constructor Details
-
JobStage
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 Details
-
getDescription
Description copied from interface:StageReturns a short one-line description of this stage.- Specified by:
getDescriptionin interfaceStage- Returns:
- description in imperative mood
-
run
Description copied from interface:StagePerforms the validation checks for this stage.
-