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

net.serenitybdd.plugins.jira.client.LoadingStrategy Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
package net.serenitybdd.plugins.jira.client;

/**
 * Created by john on 28/01/2016.
 */
public enum LoadingStrategy {
    LOAD_IN_BATCHES,
    LOAD_IN_SINGLE_QUERY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy