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

com.thoughtworks.gauge.Operator Maven / Gradle / Ivy

/*----------------------------------------------------------------
 *  Copyright (c) ThoughtWorks, Inc.
 *  Licensed under the Apache License, Version 2.0
 *  See LICENSE.txt in the project root for license information.
 *----------------------------------------------------------------*/
package com.thoughtworks.gauge;

/**
 * Operator for performing Tag aggregation mechanism in Execution Hooks.
 */
public enum Operator {
    AND, OR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy