Package jetbrains.buildServer.util
Interface Condition
-
public interface Condition
A function that answers whether a kind of condition is met or not.- Author:
- Leonid Bushuev from JetBrains
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
met()
Whether the condition is met.
-