Uses of Class
org.jenkinsci.plugins.deployment.HostRecord
-
Packages that use HostRecord Package Description org.jenkinsci.plugins.deployment org.jenkinsci.plugins.deployment.promoted_builds org.jenkinsci.plugins.deployment.workflowsteps -
-
Uses of HostRecord in org.jenkinsci.plugins.deployment
Classes in org.jenkinsci.plugins.deployment with type parameters of type HostRecord Modifier and Type Class Description class
DeploymentFacet<T extends HostRecord>
Records a collection ofHostRecord
to aFingerprint
object.Methods in org.jenkinsci.plugins.deployment that return types with arguments of type HostRecord Modifier and Type Method Description Collection<HostRecord>
HostRecords. getHostrecords()
Methods in org.jenkinsci.plugins.deployment with parameters of type HostRecord Modifier and Type Method Description 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)
Constructor parameters in org.jenkinsci.plugins.deployment with type arguments of type HostRecord Constructor Description HostRecords(Collection<HostRecord> hostRecords)
-
Uses of HostRecord in org.jenkinsci.plugins.deployment.promoted_builds
Methods in org.jenkinsci.plugins.deployment.promoted_builds with parameters of type HostRecord Modifier and Type Method Description void
DeploymentPromotionCondition.ListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)
-
Uses of HostRecord in org.jenkinsci.plugins.deployment.workflowsteps
Methods in org.jenkinsci.plugins.deployment.workflowsteps with parameters of type HostRecord Modifier and Type Method Description void
WorkflowListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)
void
AwaitDeploymentStepExecution. proceed(DeploymentFacet<?> facet, HostRecord newRecord)
-