Skip to content

Commit

Permalink
[JENKINS-44608] Add @since tag for new public API.
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrc committed Jun 1, 2017
1 parent ce07ccb commit 92e56fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/jenkins/model/Jenkins.java
Expand Up @@ -2175,6 +2175,7 @@ public AdministrativeMonitor getAdministrativeMonitor(String id) {

/**
* Returns the enabled and activated administrative monitors.
* @since TODO
*/
public List<AdministrativeMonitor> getActiveAdministrativeMonitors() {
return administrativeMonitors.stream().filter(m -> m.isEnabled() && m.isActivated()).collect(Collectors.toList());
Expand Down

0 comments on commit 92e56fd

Please sign in to comment.