com.testvagrant.optimuscloud.configuration.OptimusCloudEnvProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
package com.testvagrant.optimuscloud.configuration;
import com.testvagrant.optimuscloud.utils.BuildNoGenerater;
public class OptimusCloudEnvProperties {
private static BuildNoGenerater buildNoGenerater = new BuildNoGenerater();
public static final String BUILD_NO = System.getProperty("BUILD_NO",buildNoGenerater.getBuildNo());
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy