Class ApprovalRuleParsingResult
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.approval.ApprovalRuleParsingResult
-
public class ApprovalRuleParsingResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ApprovalRuleParsingResult(String error)
ApprovalRuleParsingResult(ApprovalRule rule)
-
-
-
Constructor Detail
-
ApprovalRuleParsingResult
public ApprovalRuleParsingResult(@Nullable ApprovalRule rule)
-
ApprovalRuleParsingResult
public ApprovalRuleParsingResult(@Nullable String error)
-
-
Method Detail
-
isParsed
public Boolean isParsed()
-
getRule
public ApprovalRule getRule() throws IllegalStateException
- Throws:
IllegalStateException
-
getError
public String getError() throws IllegalStateException
- Throws:
IllegalStateException
-
-