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.TaskAgentIdleTasks. removeRecurringTask(String taskName)Removes task with given name.Methods in jetbrains.buildServer.agent with parameters of type AgentIdleTasks.Task Modifier and Type Method Description voidAgentIdleTasks. 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.TaskAgentIdleTasksExecutor. removeRecurringTask(String taskName)Methods in jetbrains.buildServer.agent.impl with parameters of type AgentIdleTasks.Task Modifier and Type Method Description voidAgentIdleTasksExecutor. addRecurringTask(AgentIdleTasks.Task task)
-