Skip to content

Commit

Permalink
Add @SInCE Javadoc comments to new APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jul 28, 2024
1 parent 62ae29b commit 82bad58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/hudson/model/Computer.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ public OfflineCause getOfflineCause() {
*
* @return
* null if the system was put temporarily offline without given a cause.
* @since TODO
*/
@Exported
public OfflineCause getTemporarilyOfflineCause() {
Expand All @@ -408,6 +409,7 @@ public String getOfflineCauseReason() {
*
* @return
* empty string if the system was put temporarily offline without given a cause.
* @since TODO
*/
@Exported
public String getTemporarilyOfflineCauseReason() {
Expand Down Expand Up @@ -691,6 +693,7 @@ public final boolean isOnline() {
* Helper for the UI
*
* @return true if the agent is offline and not trying to connect currently and the cause differs from the temporarily offline cause
* @since TODO
*/
@Restricted(NoExternalUse.class)
public boolean isOfflineAfterDisconnect() {
Expand Down

0 comments on commit 82bad58

Please sign in to comment.