Uses of Class
org.jenkinsci.plugins.newrelicnotifier.api.Application
-
Packages that use Application Package Description org.jenkinsci.plugins.newrelicnotifier.api -
-
Uses of Application in org.jenkinsci.plugins.newrelicnotifier.api
Methods in org.jenkinsci.plugins.newrelicnotifier.api that return types with arguments of type Application Modifier and Type Method Description List<Application>ApplicationList. getApplications()List<Application>NewRelicClient. getApplications(String apiKey, boolean european)Get the list of applications available to record deployment notifications for.List<Application>NewRelicClientImpl. getApplications(String apiKey, boolean european)Get the list of applications available to record deployment notifications for.Constructor parameters in org.jenkinsci.plugins.newrelicnotifier.api with type arguments of type Application Constructor Description ApplicationList(List<Application> applications)
-