
ch.sbb.releasetrain.utils.cisi.EnvironmentOracle Maven / Gradle / Ivy
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements;
* and to You under the Apache License, Version 2.0.
*/
package ch.sbb.releasetrain.utils.cisi;
import java.util.List;
import java.util.Map;
/**
*
*
* @author u203244 (Daniel Marthaler)
* @version $Id: $
* @since 0.0.1, 2016
*/
public interface EnvironmentOracle {
List loadCheckablesFromPortsXML();
List getProductIds();
List getProductIdsClients();
String getMagicNumberForProduct(String product);
String getClusterForProduct(String product, String branch);
String getValueForProduct(String product, String value);
String getProductForMagicNumber(String product);
Map getMapFromXLS(String a, String b);
/**
* Gibt die Cluster ID zurueck Bsp: cisi114cd_cl oder cisi-fos-devl_cl im Falle einses Single Clusters
*/
String getClusterIdForProduct(String product, String version, String stage);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy