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

com.github.matheusesoft.alm.api.AlmOptions Maven / Gradle / Ivy

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