Package hudson.model

Class Queue.LeftItem

    • Constructor Detail

      • LeftItem

        public LeftItem​(WorkUnitContext wuc)
        When item has left the queue and begin executing.
      • LeftItem

        public LeftItem​(Queue.Item cancelled)
        When item is cancelled.
    • Method Detail

      • getExecutable

        @Exported
        @CheckForNull
        public Queue.Executable getExecutable()
        If this is representing an item that started executing, this property returns the primary executable (such as AbstractBuild) that created out of it.
      • isCancelled

        @Exported
        public boolean isCancelled()
        Is this representing a cancelled item?