All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testvagrant.optimuscloud.utils.BuildNoGenerater Maven / Gradle / Ivy

Go to download

The Java Client provides access to Optimus cloud for all java based projects.

There is a newer version: 1.1.0
Show newest version
package com.testvagrant.optimuscloud.utils;

import java.util.UUID;

public class BuildNoGenerater {

    public String getBuildNo() {
        //TODO: Check if a build no is already passed as a param then use it, else create a new build no as uuid
        return UUID.randomUUID().toString();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy