|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.jenkinsci.plugins.nexus.rest.schedules.TaskUtil
public class TaskUtil
Utility class for searching Nexus scheduled task.
コンストラクタの概要 | |
---|---|
TaskUtil(NexusClient client)
|
メソッドの概要 | |
---|---|
List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> |
fastFetchTasks(String name)
Fetch list of tasks. |
List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> |
fetchAll()
Fetch all tasks, and refresh cache. |
org.sonatype.nexus.rest.model.ScheduledServiceListResource |
fetchTask(String id)
Fetch one task whose id matches the argument. |
List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> |
fetchTasks(String name)
Fetch list of tasks using Nexus REST API. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TaskUtil(NexusClient client)
メソッドの詳細 |
---|
public List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> fetchTasks(String name)
name
- Scheduled task's name.
public List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> fastFetchTasks(String name)
name
- Scheduled task's name.
public List<org.sonatype.nexus.rest.model.ScheduledServiceListResource> fetchAll()
public org.sonatype.nexus.rest.model.ScheduledServiceListResource fetchTask(String id)
id
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |