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

de.simpleworks.staf.module.jira.elements.TestResult Maven / Gradle / Ivy

There is a newer version: 0.130
Show newest version
package de.simpleworks.staf.module.jira.elements;

import de.simpleworks.staf.commons.exceptions.SystemException;

public class TestResult extends Task {
	private static final long serialVersionUID = 6340118395007198363L;

	@Override
	public boolean checkLabels() throws SystemException {
		return false;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy