com.testvagrant.monitor.services.OptimusServiceImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimusmonitor Show documentation
Show all versions of optimusmonitor Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
The newest version!
package com.testvagrant.monitor.services;
import com.testvagrant.monitor.clients.BuildsClient;
public class OptimusServiceImpl implements OptimusService {
private static String latestBuildID;
@Override
public String getLatestBuild() {
return new BuildsClient().getLatestBuildId();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy