com.atlassian.bamboo.plan.branch
Interface VcsBranch

All Superinterfaces:
NameProvider
All Known Subinterfaces:
BambooVcsBranch
All Known Implementing Classes:
BambooVcsBranchImpl, VcsBranchImpl

public interface VcsBranch
extends NameProvider


Method Summary
 java.lang.String getName()
           
 boolean isEqualToBranchWith(java.lang.String otherName)
           
 

Method Detail

getName

@NotNull
java.lang.String getName()
Specified by:
getName in interface NameProvider

isEqualToBranchWith

boolean isEqualToBranchWith(@NotNull
                            java.lang.String otherName)
Returns:
true if this object is equal to a branch with given properties.


Copyright © 2012 Atlassian. All Rights Reserved.