
com.natpryce.worktorule.internal.IssueJsonPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worktorule Show documentation
Show all versions of worktorule Show documentation
Manage test lifecycle by correlating failures with contents of an issue tracker.
package com.natpryce.worktorule.internal;
import com.fasterxml.jackson.databind.JsonMappingException;
import com.fasterxml.jackson.databind.JsonNode;
public interface IssueJsonPredicate {
boolean isOpen(JsonNode issueJson) throws JsonMappingException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy