com.atlassian.bamboo.plugins.hg.bitbucket
Class BitbucketFunctions

java.lang.Object
  extended by com.atlassian.bamboo.plugins.hg.bitbucket.BitbucketFunctions

public class BitbucketFunctions
extends java.lang.Object

Author:
Krystian Brazulewicz

Constructor Summary
BitbucketFunctions()
           
 
Method Summary
static com.google.common.base.Function<BitbucketResourceEntity,java.lang.String> getRepositorySlug()
           
static com.google.common.base.Predicate<BitbucketResourceEntity> isRepositorySlugEqualTo(java.lang.String slug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitbucketFunctions

public BitbucketFunctions()
Method Detail

getRepositorySlug

public static com.google.common.base.Function<BitbucketResourceEntity,java.lang.String> getRepositorySlug()

isRepositorySlugEqualTo

public static com.google.common.base.Predicate<BitbucketResourceEntity> isRepositorySlugEqualTo(@NotNull
                                                                                                java.lang.String slug)


Copyright © 2012 Atlassian. All Rights Reserved.