Uses of Class
io.jenkins.plugins.devopsportal.models.DeploymentOperation
-
Packages that use DeploymentOperation Package Description io.jenkins.plugins.devopsportal.models io.jenkins.plugins.devopsportal.views -
-
Uses of DeploymentOperation in io.jenkins.plugins.devopsportal.models
Methods in io.jenkins.plugins.devopsportal.models that return types with arguments of type DeploymentOperation Modifier and Type Method Description Optional<DeploymentOperation>DeploymentOperation.DescriptorImpl. getDeploymentByRun(String environmentId, String jobName, String runNumber)List<DeploymentOperation>DeploymentOperation.DescriptorImpl. getDeploymentsByService(String serviceId)Descriptor<DeploymentOperation>DeploymentOperation. getDescriptor()Optional<DeploymentOperation>DeploymentOperation.DescriptorImpl. getLastDeploymentByApplication(String applicationName, String applicationVersion)Optional<DeploymentOperation>DeploymentOperation.DescriptorImpl. getLastDeploymentByService(String serviceId)List<DeploymentOperation>DeploymentOperation.DescriptorImpl. getRunOperations()Method parameters in io.jenkins.plugins.devopsportal.models with type arguments of type DeploymentOperation Modifier and Type Method Description voidDeploymentOperation.DescriptorImpl. append(Consumer<DeploymentOperation> updater) -
Uses of DeploymentOperation in io.jenkins.plugins.devopsportal.views
Methods in io.jenkins.plugins.devopsportal.views that return DeploymentOperation Modifier and Type Method Description DeploymentOperationBuildDashboard.DescriptorImpl. getLastDeploymentByApplication(String applicationName, String applicationVersion)DeploymentOperationRunDashboard.DescriptorImpl. getLastDeploymentByService(String serviceId)Methods in io.jenkins.plugins.devopsportal.views that return types with arguments of type DeploymentOperation Modifier and Type Method Description List<DeploymentOperation>RunDashboard.DescriptorImpl. getDeploymentsByService(String serviceId)Methods in io.jenkins.plugins.devopsportal.views with parameters of type DeploymentOperation Modifier and Type Method Description ServiceConfigurationBuildDashboard.DescriptorImpl. getDeploymentTarget(DeploymentOperation operation)
-