Uses of Interface
jetbrains.buildServer.agent.AgentIdleTasks.Task
-
Packages that use AgentIdleTasks.Task Package Description jetbrains.buildServer.agent jetbrains.buildServer.agent.impl -
-
Uses of AgentIdleTasks.Task in jetbrains.buildServer.agent
Methods in jetbrains.buildServer.agent that return AgentIdleTasks.Task Modifier and Type Method Description AgentIdleTasks.Task
AgentIdleTasks. removeRecurringTask(String taskName)
Removes task with given name.Methods in jetbrains.buildServer.agent with parameters of type AgentIdleTasks.Task Modifier and Type Method Description void
AgentIdleTasks. addRecurringTask(AgentIdleTasks.Task task)
Adds new task which should be executed periodically when agent becomes idle. -
Uses of AgentIdleTasks.Task in jetbrains.buildServer.agent.impl
Methods in jetbrains.buildServer.agent.impl that return AgentIdleTasks.Task Modifier and Type Method Description AgentIdleTasks.Task
AgentIdleTasksExecutor. removeRecurringTask(String taskName)
Methods in jetbrains.buildServer.agent.impl with parameters of type AgentIdleTasks.Task Modifier and Type Method Description void
AgentIdleTasksExecutor. addRecurringTask(AgentIdleTasks.Task task)
-