Class ProductionPublishingJob
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.DMPMJob
-
- org.gcube.dataanalysis.dataminer.poolmanager.service.ProductionPublishingJob
-
public class ProductionPublishingJob extends DMPMJob
-
-
Constructor Summary
Constructors Constructor Description ProductionPublishingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster prodCluster, String targetVREName, 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
-
ProductionPublishingJob
public ProductionPublishingJob(SVNUpdater svnUpdater, Algorithm algorithm, Cluster prodCluster, String targetVREName, String category, String algorithm_type) throws FileNotFoundException, UnsupportedEncodingException
-
-