Modifier and Type | Method and Description |
---|---|
AnsibleWorker |
AnsibleBridge.createWorker(Algorithm algorithm,
Cluster dataminerCluster,
boolean includeAlgorithmDependencies,
String user) |
Collection<Role> |
AnsibleBridge.generateRoles(Algorithm a,
boolean includeAlgorithmDependencies) |
Modifier and Type | Method and Description |
---|---|
protected Algorithm |
AlgorithmPackage.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
AlgorithmPackage.getDictionary(Algorithm a) |
Constructor and Description |
---|
AlgorithmPackage(Algorithm a,
boolean includeAlgorithmDependencies) |
Modifier and Type | Method and Description |
---|---|
void |
ISClient.addAlgToIs(Algorithm algo,
String token) |
void |
ISClient.updateAlg(Algorithm algo) |
Modifier and Type | Method and Description |
---|---|
Collection<Algorithm> |
AlgorithmSet.getAlgorithms() |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmSet.addAlgorithm(Algorithm algoritm) |
Boolean |
AlgorithmSet.hasAlgorithm(Algorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
int |
AlgorithmComparator.compare(Algorithm a1,
Algorithm a2) |
Modifier and Type | Method and Description |
---|---|
Algorithm |
AlgorithmPackageParser.parsePackage(String url) |
Modifier and Type | Method and Description |
---|---|
Algorithm |
RestPoolManager.extractAlgorithm(String url) |
Algorithm |
PoolManager.extractAlgorithm(String url) |
Modifier and Type | Method and Description |
---|---|
Set<Algorithm> |
RestPoolManager.getAlgoFromIs() |
Set<Algorithm> |
PoolManager.getAlgoFromIs() |
Modifier and Type | Method and Description |
---|---|
String |
RestPoolManager.addAlgorithmToHost(Algorithm algo,
String host,
boolean test) |
String |
PoolManager.addAlgorithmToHost(Algorithm algo,
String host,
boolean test) |
String |
RestPoolManager.addAlgorithmToVRE(Algorithm algo,
String vre,
boolean test) |
String |
PoolManager.addAlgorithmToVRE(Algorithm algo,
String vre,
boolean test) |
void |
RestPoolManager.addAlgToIs(Algorithm algo) |
void |
PoolManager.addAlgToIs(Algorithm algo) |
void |
RestPoolManager.getLogId(Algorithm algo,
String vre) |
void |
PoolManager.getLogId(Algorithm algo,
String vre) |
Modifier and Type | Method and Description |
---|---|
protected AnsibleWorker |
DMPMJob.createWorker(Algorithm algo,
Cluster dataminerCluster,
boolean includeAlgorithmDependencies,
String user) |
String |
DataminerPoolManager.publishAlgorithm(Algorithm algo,
String targetVRE,
String category,
String algorithm_type) |
String |
DataminerPoolManager.stageAlgorithm(Algorithm algo,
String targetVRE,
String category,
String algorithm_type) |
Constructor and Description |
---|
ProductionPublishingJob(SVNUpdater svnUpdater,
Algorithm algorithm,
Cluster prodCluster,
String targetVREName,
String category,
String algorithm_type) |
StagingJob(SVNUpdater svnUpdater,
Algorithm algorithm,
Cluster stagingCluster,
String rProtoVREName,
String category,
String algorithm_type) |
Modifier and Type | Method and Description |
---|---|
static Algorithm |
AlgorithmBuilder.create(String algorithmPackageURL) |
static Algorithm |
AlgorithmBuilder.create(String algorithmPackageURL,
String vre,
String hostname,
String name,
String description,
String category,
String algorithmType,
String skipJava) |
Modifier and Type | Method and Description |
---|---|
boolean |
CheckMethod.algoExists(Algorithm algo) |
boolean |
CheckMethod.algoExistsProd(Algorithm a) |
void |
CheckMethod.deleteFiles(Algorithm a) |
void |
CheckMethod.deleteFilesProd(Algorithm a) |
String |
SVNUpdater.generateAlgorithmEntry(Algorithm algorithm,
String targetVRE,
String category,
String algorithm_type) |
void |
SVNUpdater.updateSVNAlgorithmList(String file,
Algorithm algorithm,
String targetVRE,
String category,
String algorithm_type,
String user) |
void |
SVNUpdater.updateSVNProdAlgorithmList(Algorithm algorithm,
String targetVRE,
String category,
String algorithm_type,
String user) |
void |
SVNUpdater.updateSVNStagingAlgorithmList(Algorithm algorithm,
String targetVRE,
String category,
String algorithm_type,
String user) |
Copyright © 2017. All Rights Reserved.