com.atlassian.bamboo.build
Interface BuildDetectionResult

All Known Implementing Classes:
BuildDetectionResultImpl

public interface BuildDetectionResult

Returned from a BuildDetectionAction


Method Summary
 BuildContext getBuildContext()
          The BuildContext produced by a successful execution of a BuildDetectionAction
 ErrorCollection getErrorCollection()
          Any errors that may have happened when the execution of BuildDetectionAction failed
 

Method Detail

getErrorCollection

@NotNull
ErrorCollection getErrorCollection()
Any errors that may have happened when the execution of BuildDetectionAction failed

Returns:
errorCollection

getBuildContext

@Nullable
BuildContext getBuildContext()
The BuildContext produced by a successful execution of a BuildDetectionAction

Returns:
buildContext or null if error


Copyright © 2012 Atlassian. All Rights Reserved.