public abstract class Condition extends hudson.model.AbstractDescribableImpl<Condition> implements hudson.ExtensionPoint
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract hudson.model.Fingerprint.RangeSet |
calcMatchingBuildNumberOf(hudson.model.Job upstream,
DeploymentFacet<?> facet)
Checks if the specified
DeploymentFacet would meet the deployment condition
of the given Job. |
hudson.model.Fingerprint.RangeSet |
calcMatchingBuildNumberOf(hudson.model.Job upstream,
hudson.model.Fingerprint f) |
ConditionDescriptor |
getDescriptor() |
public abstract hudson.model.Fingerprint.RangeSet calcMatchingBuildNumberOf(hudson.model.Job upstream,
DeploymentFacet<?> facet)
DeploymentFacet would meet the deployment condition
of the given Job. If so, return the build number of the job that matches,
otherwise return negative number to indicate no match.public hudson.model.Fingerprint.RangeSet calcMatchingBuildNumberOf(hudson.model.Job upstream,
hudson.model.Fingerprint f)
public ConditionDescriptor getDescriptor()
Copyright © 2004-2014. All Rights Reserved.