net.serenitybdd.plugins.jira.client.LoadingStrategy Maven / Gradle / Ivy
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