Class GoogleRobotMetadataCredentialsModule
- java.lang.Object
-
- com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentialsModule
-
- com.google.jenkins.plugins.credentials.oauth.GoogleRobotMetadataCredentialsModule
-
- All Implemented Interfaces:
Serializable
public class GoogleRobotMetadataCredentialsModule extends GoogleRobotCredentialsModule
An abstraction interface for instantiating the dependencies of theGoogleRobotMetadataCredentials
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleRobotMetadataCredentialsModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataReader
getMetadataReader()
Retrieve a MetadataReader for accessing stuff encoded in the instance metadata.-
Methods inherited from class com.google.jenkins.plugins.credentials.oauth.GoogleRobotCredentialsModule
getHttpTransport, getJsonFactory
-
-
-
-
Method Detail
-
getMetadataReader
public MetadataReader getMetadataReader()
Retrieve a MetadataReader for accessing stuff encoded in the instance metadata.
-
-