com.github.matheusesoft.alm.api.AlmOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alm-rest-api Show documentation
Show all versions of alm-rest-api Show documentation
A simple Java API client to connect to HP ALM using REST service
The newest version!
package com.github.matheusesoft.alm.api;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface AlmOptions {
String properties() default "";
boolean ativa() default false;
boolean gravacao() default false;
boolean somentePassed() default true;
String cycleName() default "";
String cycleId() default "";
String releaseName() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy