com.atlassian.bamboo.author
Class AuthorCreatorServiceInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.author.AuthorCreatorServiceInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class AuthorCreatorServiceInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

Intercepts any methods that have a BuildContext argument and calls AuthorCreatorService.createMissingAuthors(BuildContext)


Constructor Summary
AuthorCreatorServiceInterceptor(AuthorCreatorService authorCreatorService)
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorCreatorServiceInterceptor

public AuthorCreatorServiceInterceptor(AuthorCreatorService authorCreatorService)
Method Detail

invoke

@Nullable
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2012 Atlassian. All Rights Reserved.