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.RangeSetCondition. calcMatchingBuildNumberOf(Job upstream, DeploymentFacet<?> facet)Checks if the specifiedDeploymentFacetwould meet the deployment condition of the givenJob.voidDeploymentTrigger. checkAndFire(DeploymentFacet facet)Deprecated.voidDeploymentTrigger. checkAndFire(DeploymentFacet facet, HostRecord hostRecord)abstract voidDeploymentFacetListener. onChange(DeploymentFacet facet, HostRecord newRecord)Called whenDeploymentFacetgets a newHostRecord.voidDeploymentTrigger.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.RangeSetThresholdCondition. 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 voidDeploymentPromotionCondition.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 voidWorkflowListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)voidAwaitDeploymentStepExecution. proceed(DeploymentFacet<?> facet, HostRecord newRecord) 
 -