Skip to content

Conversation

JesperTerkelsen
Copy link
Contributor

@JesperTerkelsen JesperTerkelsen commented Aug 25, 2017

Added ability to modify offline cause for offline computers.

ComputerWithDetails computer = ...
if (!computer.getOffline()){
  computer.toggleOffline();
  computer.changeOfflineCause("Scheduled for termination");
}

Jesper Terkelsen and others added 2 commits August 25, 2017 23:56
Added ability to modify offline cause for offline computers.

ComputerWithDetails computer = ...
if (!computer.getOffline()){
  computer.toggleOffline();
  computer.changeOfflineCause("Scheduled for termination");
}
@khmarbaise khmarbaise added this to the Release 0.3.8 milestone Oct 8, 2017
@khmarbaise khmarbaise merged commit 3d95998 into jenkinsci:master Oct 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants