class Branch
Properties of a branch
Type | Name and description |
---|---|
java.lang.Integer |
buildHistory Build history length. |
java.lang.Boolean |
isProtected If the branch is a protected branch. |
java.lang.String |
name The string name of the branch |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Build history length.
If the branch is a protected branch.
A protected branch is usually one that has some restrictions on what code can be published to it. These are typically your release and forward development branches.
The string name of the branch