public class

VcsBranchImpl

extends Object
implements VcsBranch Serializable
java.lang.Object
   ↳ com.atlassian.bamboo.plan.branch.VcsBranchImpl

Summary

Public Constructors
VcsBranchImpl(String name)
Protected Constructors
VcsBranchImpl()
Public Methods
boolean equals(Object o)
@NotNull String getName()
int hashCode()
boolean isEqualToBranchWith(String otherName)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bamboo.plan.branch.VcsBranch
From interface com.atlassian.bamboo.utils.NameProvider

Public Constructors

public VcsBranchImpl (String name)

Protected Constructors

protected VcsBranchImpl ()

Public Methods

public boolean equals (Object o)

@NotNull public String getName ()

public int hashCode ()

public boolean isEqualToBranchWith (String otherName)

public String toString ()