Class BuildResultsSummaryAwareInteceptor
- java.lang.Object
-
- com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
-
- com.atlassian.bamboo.ww2.interceptors.BuildResultsSummaryAwareInteceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class BuildResultsSummaryAwareInteceptor extends AbstractBambooInterceptor
Provides a very basic interceptor which populates the build result summary if the build and build number exist. Requires build interceptor to be run first.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildResultsSummaryAwareInteceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation)
void
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
-
-
-
Method Detail
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
- Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-
setResultsSummaryManager
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
-
-