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