jetbrains.buildServer.parameters
Interface ProcessingResult

All Known Implementing Classes:
ProcessingResultImpl

public interface ProcessingResult

Author:
Yegor.Yarko Date: 08.08.2008

Method Summary
 java.lang.String getResult()
           
 boolean isFullyResolved()
           
 boolean isModified()
           
 

Method Detail

isModified

boolean isModified()
Returns:
true, if the value was modified in the course of resolution attempt.

getResult

@NotNull
java.lang.String getResult()
Returns:
the value in the resolved form or the same as input value if isModified is false.

isFullyResolved

boolean isFullyResolved()
Returns:
true, if the value is fully resolved by the processor