InvocationFailureEmailResultReporter
public class InvocationFailureEmailResultReporter
extendsEmailResultReporter
java.lang.Object | |||
↳ | com.android.tradefed.result.CollectingTestListener | ||
↳ | com.android.tradefed.result.EmailResultReporter | ||
↳ | com.android.tradefed.result.InvocationFailureEmailResultReporter |
通知を呼び出しの失敗だけに制限することもできるEmailResultReporter
。
概要
パブリックコンストラクター | |
---|---|
InvocationFailureEmailResultReporter () デフォルトのコンストラクタ |
保護されたコンストラクター | |
---|---|
InvocationFailureEmailResultReporter (IEmail mailer) 使用するカスタム |
パブリックメソッド | |
---|---|
void | invocationInterrupted ()
|
保護されたメソッド | |
---|---|
boolean | shouldSendMessage () 呼び出しに失敗した場合は、メッセージを送信します。 |
パブリックコンストラクター
InvocationFailureEmailResultReporter
public InvocationFailureEmailResultReporter ()
デフォルトのコンストラクタ
保護されたコンストラクター
InvocationFailureEmailResultReporter
protected InvocationFailureEmailResultReporter (IEmail mailer)
使用するカスタムIEmail
インスタンスを使用してInvocationFailureEmailResultReporter
を作成します。
パラメーター | |
---|---|
mailer | IEmail :使用するIEmail インスタンス。 |
パブリックメソッド
invocationInterrupted
public void invocationInterrupted ()
保護されたメソッド
shouldSendMessage
protected boolean shouldSendMessage ()
呼び出しに失敗した場合は、メッセージを送信します。
戻り値 | |
---|---|
boolean | InvocationStatusがInvocationStatus#SUCCESS でない場合はtrue 、 true 場合はfalse 。 |