クラス JobFlowContext

java.lang.Object
org.thinkit.bot.twitter.batch.context.flow.JobFlowContext
すべての実装されたインタフェース:
Context<org.springframework.batch.core.Job>

public final class JobFlowContext
extends Object
implements Context<org.springframework.batch.core.Job>
導入されたバージョン:
1.0.0
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    JobFlowContext()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    org.springframework.batch.core.Job evaluate()  

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • JobFlowContext

      public JobFlowContext()
  • メソッドの詳細

    • evaluate

      public org.springframework.batch.core.Job evaluate()
      定義:
      evaluate インタフェース内 Context<org.springframework.batch.core.Job>