Class ResultsSummaryAwareInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.ResultsSummaryAwareInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoIntercept
(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
-
Constructor Details
-
ResultsSummaryAwareInterceptor
public ResultsSummaryAwareInterceptor()
-
-
Method Details
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception - Specified by:
doIntercept
in classAbstractBambooInterceptor
- Throws:
Exception
-
setResultsSummaryManager
-