Package com.atlassian.bamboo.author
Class AuthorCreatorServiceInterceptor
- java.lang.Object
-
- com.atlassian.bamboo.author.AuthorCreatorServiceInterceptor
-
- All Implemented Interfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
public class AuthorCreatorServiceInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
Intercepts any methods that have aBuildContext
argument and callsAuthorCreatorService.createMissingAuthors(BuildContext)
-
-
Constructor Summary
Constructors Constructor Description AuthorCreatorServiceInterceptor(AuthorCreatorService authorCreatorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Object
invoke(org.aopalliance.intercept.MethodInvocation invocation)
-
-
-
Constructor Detail
-
AuthorCreatorServiceInterceptor
public AuthorCreatorServiceInterceptor(AuthorCreatorService authorCreatorService)
-
-