Package com.cdancy.jenkins.rest.parsers
Class LocationToQueueId
- java.lang.Object
-
- com.cdancy.jenkins.rest.parsers.LocationToQueueId
-
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,IntegerResponse>,java.util.function.Function<org.jclouds.http.HttpResponse,IntegerResponse>
@Singleton public class LocationToQueueId extends java.lang.Object implements com.google.common.base.Function<org.jclouds.http.HttpResponse,IntegerResponse>
Created by dancc on 3/11/16.
-
-
Constructor Summary
Constructors Constructor Description LocationToQueueId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerResponseapply(org.jclouds.http.HttpResponse response)
-
-
-
Method Detail
-
apply
public IntegerResponse apply(org.jclouds.http.HttpResponse response)
- Specified by:
applyin interfacecom.google.common.base.Function<org.jclouds.http.HttpResponse,IntegerResponse>- Specified by:
applyin interfacejava.util.function.Function<org.jclouds.http.HttpResponse,IntegerResponse>
-
-