Uses of Class
hudson.model.queue.MappingWorksheet.WorkChunk
Packages that use MappingWorksheet.WorkChunk
-
Uses of MappingWorksheet.WorkChunk in hudson.model.queue
Fields in hudson.model.queue with type parameters of type MappingWorksheet.WorkChunkMethods in hudson.model.queue that return MappingWorksheet.WorkChunkModifier and TypeMethodDescriptionMappingWorksheet.Mapping.get
(int n) MappingWorksheet.works
(int index) Methods in hudson.model.queue that return types with arguments of type MappingWorksheet.WorkChunkModifier and TypeMethodDescriptionMappingWorksheet.Mapping.toMap()
Returns the assignment as a map.Methods in hudson.model.queue with parameters of type MappingWorksheet.WorkChunkModifier and TypeMethodDescriptionboolean
MappingWorksheet.ExecutorChunk.canAccept
(MappingWorksheet.WorkChunk c) Is this executor chunk and the given work chunk compatible? Can the latter be run on the former?