com.versionone.om.RegressionTestStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VersionOne.SDK.Java.ObjectModel Show documentation
Show all versions of VersionOne.SDK.Java.ObjectModel Show documentation
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