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

com.versionone.om.RegressionTestStatus Maven / Gradle / Ivy

Go to download

A strongly-typed object model library on top of the VersionOne SDK.Java API Client library.

The newest version!
package com.versionone.om;

import com.versionone.om.listvalue.ListValue;

@MetaDataAttribute("RegressionTestStatus")
public class RegressionTestStatus extends ListValue {

    public RegressionTestStatus(V1Instance instance) {
        super(instance);
    }

    public RegressionTestStatus(AssetID id, V1Instance instance) {
        super(id, instance);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy