Class StagingJob
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.DMPMJob
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.StagingJob
-
public class StagingJob extends DMPMJob
-
-
Constructor Summary
Constructors Constructor Description StagingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster stagingCluster, String rProtoVREName, String category, String algorithm_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecute()-
Methods inherited from class org.gcube.dataanalysis.dataminer.poolmanager.service.DMPMJob
buildInfo, createWorker, execute, executeAnsibleWorker, setStatusInformation, start
-
-
-
-
Constructor Detail
-
StagingJob
public StagingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster stagingCluster, String rProtoVREName, String category, String algorithm_type) throws FileNotFoundException, UnsupportedEncodingException
-
-