Uses of Class
org.apache.ant.antunit.listener.BaseAntUnitListener.SendLogTo
-
Packages that use BaseAntUnitListener.SendLogTo Package Description org.apache.ant.antunit.listener -
-
Uses of BaseAntUnitListener.SendLogTo in org.apache.ant.antunit.listener
Fields in org.apache.ant.antunit.listener declared as BaseAntUnitListener.SendLogTo Modifier and Type Field Description private BaseAntUnitListener.SendLogToBaseAntUnitListener. logToWhere to send log.Methods in org.apache.ant.antunit.listener with parameters of type BaseAntUnitListener.SendLogTo Modifier and Type Method Description protected voidBaseAntUnitListener. setSendLogTo(BaseAntUnitListener.SendLogTo logTo)Where to send the test report.voidPlainAntUnitListener. setSendLogTo(BaseAntUnitListener.SendLogTo logTo)Where to send the test report.Constructors in org.apache.ant.antunit.listener with parameters of type BaseAntUnitListener.SendLogTo Constructor Description BaseAntUnitListener(BaseAntUnitListener.SendLogTo defaultReportTarget, java.lang.String extension)
-