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 classDeploymentFacet<T extends HostRecord>Records a collection ofHostRecordto aFingerprintobject.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 voidDeploymentTrigger. checkAndFire(DeploymentFacet facet, HostRecord hostRecord)abstract voidDeploymentFacetListener. onChange(DeploymentFacet facet, HostRecord newRecord)Called whenDeploymentFacetgets a newHostRecord.voidDeploymentTrigger.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 voidDeploymentPromotionCondition.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 voidWorkflowListenerImpl. onChange(DeploymentFacet facet, HostRecord newRecord)voidAwaitDeploymentStepExecution. proceed(DeploymentFacet<?> facet, HostRecord newRecord)
-