Modifier and Type | Class and Description |
---|---|
static class |
Branch.Dead
Represents a dead branch.
|
Modifier and Type | Method and Description |
---|---|
abstract Branch |
BranchProjectFactory.getBranch(P project)
Gets the
Branch that a specific project was configured for. |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleViewBranchFilter.isExcluded(Branch branch)
Tests if the supplied branch should be excluded.
|
abstract boolean |
SimpleViewBranchFilter.isIncluded(Branch branch)
Tests if the supplied branch should be included.
|
abstract P |
BranchProjectFactory.newInstance(Branch branch)
Creates a new branch project.
|
abstract P |
BranchProjectFactory.setBranch(P project,
Branch branch)
|
Constructor and Description |
---|
Dead(Branch b)
Constructor.
|
Copyright © 2016–2017. All rights reserved.