Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SystemInfo apply​(org.jclouds.http.HttpResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • SystemInfoFromJenkinsHeaders

        public SystemInfoFromJenkinsHeaders()
    • Method Detail

      • apply

        public SystemInfo apply​(org.jclouds.http.HttpResponse response)
        Specified by:
        apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,​SystemInfo>
        Specified by:
        apply in interface java.util.function.Function<org.jclouds.http.HttpResponse,​SystemInfo>