jetbrains.buildServer.serverSide.mute
Interface UnmuteOptions


public interface UnmuteOptions

Options how to unmute the problem automatically.

Author:
Leonid Bushuev from JetBrains

Method Summary
 java.util.Date getUnmuteByTime()
          Date and time when the problem should be automatically unmuted (if should).
 boolean isUnmuteManually()
          Returns whether the problem is not unmuted automatically, only manually.
 boolean isUnmuteWhenFixed()
          Whether the system should unmute the problem when it is fixed.
 

Method Detail

isUnmuteManually

boolean isUnmuteManually()
Returns whether the problem is not unmuted automatically, only manually.

Returns:
whether the problem is not unmuted automatically, only manually.

isUnmuteWhenFixed

boolean isUnmuteWhenFixed()
Whether the system should unmute the problem when it is fixed.

Returns:
whether the system should unmute the problem when it is fixed.

getUnmuteByTime

@Nullable
java.util.Date getUnmuteByTime()
Date and time when the problem should be automatically unmuted (if should).

Returns:
time stamp when the problem should be automatically unmuted by time.