|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuilderV2
Method Summary | |
---|---|
void |
executeBuild(BuildContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Runs the build, and updates the build results in the build context. |
boolean |
hasPassed(int returnCode,
int buildNumber,
java.lang.String planKey)
Determines based on the return code and/or logs whether the build has passed. |
void |
populateBuildErrors(CurrentBuildResult buildResult,
java.util.List<java.lang.String> errorOutput,
java.lang.String planKey,
int buildNumber)
Finds any build errors based on builder output to put in build results |
Method Detail |
---|
void executeBuild(@NotNull BuildContext buildContext, ReadOnlyCapabilitySet capabilitySet) throws java.lang.InterruptedException, RepositoryException
buildContext
- capabilitySet
-
java.lang.InterruptedException
RepositoryException
boolean hasPassed(int returnCode, int buildNumber, java.lang.String planKey)
returnCode
- return code from build execution commandbuildNumber
- planKey
- @return true if build has passedvoid populateBuildErrors(CurrentBuildResult buildResult, java.util.List<java.lang.String> errorOutput, java.lang.String planKey, int buildNumber)
buildResult
- errorOutput
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |