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, hasProperty
public 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 Branch
true
iff the branch is can be built.Copyright © 2016–2017. All rights reserved.