| Package | Description |
|---|---|
| hudson.model.queue |
| Modifier and Type | Field and Description |
|---|---|
List<MappingWorksheet.WorkChunk> |
MappingWorksheet.works |
| Modifier and Type | Method and Description |
|---|---|
MappingWorksheet.WorkChunk |
MappingWorksheet.Mapping.get(int n)
|
MappingWorksheet.WorkChunk |
MappingWorksheet.works(int index) |
| Modifier and Type | Method and Description |
|---|---|
Map<MappingWorksheet.WorkChunk,MappingWorksheet.ExecutorChunk> |
MappingWorksheet.Mapping.toMap()
Returns the assignment as a map.
|
| Modifier and Type | Method and 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?
|
Copyright © 2019. All rights reserved.