com.atlassian.bamboo.ww2.interceptors
Class ResultsSummaryAwareInteceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.ResultsSummaryAwareInteceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class ResultsSummaryAwareInteceptor
extends AbstractBambooInterceptor

Provides a very basic inteceptor which populates the build result summary if the build and build number exist. Requires build inteceptor to be run first.

See Also:
Serialized Form

Constructor Summary
ResultsSummaryAwareInteceptor()
           
 
Method Summary
 java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsSummaryAwareInteceptor

public ResultsSummaryAwareInteceptor()
Method Detail

doIntercept

public java.lang.String doIntercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                             throws java.lang.Exception
Specified by:
doIntercept in class AbstractBambooInterceptor
Throws:
java.lang.Exception

setResultsSummaryManager

public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)


Copyright © 2012 Atlassian. All Rights Reserved.