Uses of Interface
jetbrains.buildServer.serverSide.impl.persisting.TaskInfo
-
-
Uses of TaskInfo in jetbrains.buildServer.serverSide.impl.persisting
Methods in jetbrains.buildServer.serverSide.impl.persisting that return TaskInfo Modifier and Type Method Description TaskInfoPersistTasksStorage. getTaskInfo(Long taskId)Methods in jetbrains.buildServer.serverSide.impl.persisting that return types with arguments of type TaskInfo Modifier and Type Method Description List<TaskInfo>PersistTasksStorage. getNextReadyForExecutionTasks(String taskType, int maxTasksToReturn)List<TaskInfo>PersistTasksStorage. getNextReadyForExecutionTasks(TaskType taskType, int maxTasksToReturn)Searches for the next task with statesPersistTaskStage.PREPARE,PersistTaskStage.TASK_WITH_METADATA_READYorPersistTaskStage.TASK_READYand returns its info if such a task should be processed by the current node ornullotherwise.Map<Long,TaskInfo>PersistTasksStorage. getTasksInfo(Collection<Long> ids)List<TaskInfo>PersistTasksStorage. getUnfinishedTasks(TaskType taskType)Methods in jetbrains.buildServer.serverSide.impl.persisting with parameters of type TaskInfo Modifier and Type Method Description PersistTaskExTasksReader. readTask(TaskInfo taskInfo) -
Uses of TaskInfo in jetbrains.buildServer.serverSide.impl.persisting.projects
Methods in jetbrains.buildServer.serverSide.impl.persisting.projects with parameters of type TaskInfo Modifier and Type Method Description PersistTaskExProjectConfigTasksReader. readTask(TaskInfo taskInfo) -
Uses of TaskInfo in jetbrains.buildServer.serverSide.impl.persisting.settings
Methods in jetbrains.buildServer.serverSide.impl.persisting.settings with parameters of type TaskInfo Modifier and Type Method Description PersistTaskExSettingsSerializer. readTask(TaskInfo taskInfo)
-