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

com.natpryce.worktorule.internal.IssueJsonPredicate Maven / Gradle / Ivy

Go to download

Manage test lifecycle by correlating failures with contents of an issue tracker.

There is a newer version: 2.0.0
Show newest version
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