Enum クラスの使用箇所
org.springframework.scheduling.config.TaskExecutionOutcome.Status
TaskExecutionOutcome.Status を使用するパッケージ
org.springframework.scheduling.config 内の TaskExecutionOutcome.Status 使用
org.springframework.scheduling.config 内の TaskExecutionOutcome.Status 型の型引数を持つサブクラス修飾子と型メソッド説明TaskExecutionOutcome.status()
status
レコードコンポーネントの値を返します。static TaskExecutionOutcome.Status
指定された名前でこのクラスの列挙型定数を返します。static TaskExecutionOutcome.Status[]
TaskExecutionOutcome.Status.values()
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 TaskExecutionOutcome.Status のパラメーターを持つ org.springframework.scheduling.config のコンストラクター修飾子コンストラクター説明TaskExecutionOutcome
(@Nullable InstantSE executionTime, TaskExecutionOutcome.Status status, @Nullable ThrowableSE throwable) TaskExecutionOutcome
レコードクラスのインスタンスを作成します。