Branch.Dead, Branch.TransientJobActionsFactoryImpl| Constructor and Description |
|---|
Dead(Branch b)
Constructor.
|
Dead(jenkins.scm.api.SCMHead name,
List<? extends BranchProperty> properties)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBuildable()
Returns
true iff the branch is can be built. |
equals, getAction, getActions, getEncodedName, getHead, getName, getProperties, getProperty, getScm, getSourceId, hashCode, hasPropertypublic Dead(jenkins.scm.api.SCMHead name, List<? extends BranchProperty> properties)
name - branch name.properties - the initial branch propertiespublic Dead(Branch b)
b - the branch that is now dead.public boolean isBuildable()
true iff the branch is can be built.isBuildable in class Branchtrue iff the branch is can be built.Copyright © 2016–2019. All rights reserved.