com.atlassian.bamboo.builder
Class Maven2LogHelper

java.lang.Object
  extended by com.atlassian.bamboo.builder.Maven2LogHelper
All Implemented Interfaces:
java.io.Serializable

public class Maven2LogHelper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Maven2LogHelper()
           
 
Method Summary
protected  BuildLogFileAccessor getLogFileAccessor(java.lang.String planKey, int buildNumber)
           
 java.util.List<java.lang.String> parseErrorOutput(java.lang.String planKey, int buildNumber)
          Takes a list of output and parses for the errors in the logs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maven2LogHelper

public Maven2LogHelper()
Method Detail

parseErrorOutput

public java.util.List<java.lang.String> parseErrorOutput(java.lang.String planKey,
                                                         int buildNumber)
Takes a list of output and parses for the errors in the logs

Returns:
List of String objects

getLogFileAccessor

protected BuildLogFileAccessor getLogFileAccessor(java.lang.String planKey,
                                                  int buildNumber)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.