Uses of Class
jenkins.plugins.instana.scope.Service
| Package | Description |
|---|---|
| jenkins.plugins.instana |
-
Uses of Service in jenkins.plugins.instana
Fields in jenkins.plugins.instana with type parameters of type Service Modifier and Type Field Description static List<Service>ReleaseMarker.DescriptorImpl. servicesstatic List<Service>ReleaseMarkerStep.DescriptorImpl. servicesMethods in jenkins.plugins.instana that return types with arguments of type Service Modifier and Type Method Description List<Service>ReleaseMarker. getServices()List<Service>ReleaseMarkerStep. getServices()Method parameters in jenkins.plugins.instana with type arguments of type Service Modifier and Type Method Description voidReleaseMarker. setServices(List<Service> services)voidReleaseMarkerStep. setServices(List<Service> services)Constructor parameters in jenkins.plugins.instana with type arguments of type Service Constructor Description ReleaseMarker(String releaseName, List<Service> services, List<Application> applications)