Package com.bazoud.elasticsearch.river.git.flow.functions

Examples of com.bazoud.elasticsearch.river.git.flow.functions.TrackingRefUpdateToRef


                @Override
                public boolean apply(TrackingRefUpdate input) {
                    return NO_CHANGE.equals(input.getResult());
                }
            }))
            .transform(new TrackingRefUpdateToRef(repository))
            .toList();

        context.setRefs(refs);
        logger.info("Found {} refs to process.", refs.size());
        return context;
View Full Code Here

TOP

Related Classes of com.bazoud.elasticsearch.river.git.flow.functions.TrackingRefUpdateToRef

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.