Uses of Class
org.jenkinsci.plugins.deployment.DeploymentFacet
-
-
Uses of DeploymentFacet in org.jenkinsci.plugins.deployment
Methods in org.jenkinsci.plugins.deployment with parameters of type DeploymentFacet Modifier and Type Method Description abstract Fingerprint.RangeSet
Condition. calcMatchingBuildNumberOf(Job upstream, DeploymentFacet<?> facet)
Checks if the specifiedDeploymentFacet
would meet the deployment condition of the givenJob
.void
DeploymentTrigger. checkAndFire(DeploymentFacet facet)
Deprecated.void
DeploymentTrigger. checkAndFire(DeploymentFacet facet, HostRecord hostRecord)
abstract void
DeploymentFacetListener. onChange(DeploymentFacet facet, HostRecord newRecord)
Called whenDeploymentFacet
gets a newHostRecord
.void
DeploymentTrigger.ListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)
-
Uses of DeploymentFacet in org.jenkinsci.plugins.deployment.conditions
Methods in org.jenkinsci.plugins.deployment.conditions with parameters of type DeploymentFacet Modifier and Type Method Description Fingerprint.RangeSet
ThresholdCondition. calcMatchingBuildNumberOf(Job upstream, DeploymentFacet<?> facet)
-
Uses of DeploymentFacet in org.jenkinsci.plugins.deployment.promoted_builds
Methods in org.jenkinsci.plugins.deployment.promoted_builds with parameters of type DeploymentFacet Modifier and Type Method Description void
DeploymentPromotionCondition.ListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)
-
Uses of DeploymentFacet in org.jenkinsci.plugins.deployment.workflowsteps
Methods in org.jenkinsci.plugins.deployment.workflowsteps with parameters of type DeploymentFacet Modifier and Type Method Description void
WorkflowListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)
void
AwaitDeploymentStepExecution. proceed(DeploymentFacet<?> facet, HostRecord newRecord)
-