Uses of Class
hudson.model.queue.MappingWorksheet.WorkChunk
-
Packages that use MappingWorksheet.WorkChunk Package Description hudson.model.queue -
-
Uses of MappingWorksheet.WorkChunk in hudson.model.queue
Fields in hudson.model.queue with type parameters of type MappingWorksheet.WorkChunk Modifier and Type Field Description List<MappingWorksheet.WorkChunk>
MappingWorksheet. works
Methods in hudson.model.queue that return MappingWorksheet.WorkChunk Modifier and Type Method Description MappingWorksheet.WorkChunk
MappingWorksheet.Mapping. get(int n)
MappingWorksheet.WorkChunk
MappingWorksheet. works(int index)
Methods in hudson.model.queue that return types with arguments of type MappingWorksheet.WorkChunk Modifier and Type Method Description Map<MappingWorksheet.WorkChunk,MappingWorksheet.ExecutorChunk>
MappingWorksheet.Mapping. toMap()
Returns the assignment as a map.Methods in hudson.model.queue with parameters of type MappingWorksheet.WorkChunk Modifier and Type Method Description boolean
MappingWorksheet.ExecutorChunk. canAccept(MappingWorksheet.WorkChunk c)
Is this executor chunk and the given work chunk compatible? Can the latter be run on the former?
-