Class ContainerScopeRequirement
- java.lang.Object
-
- com.cloudbees.plugins.credentials.domains.DomainRequirement
-
- com.google.jenkins.plugins.credentials.oauth.OAuth2ScopeRequirement
-
- com.google.jenkins.plugins.credentials.oauth.GoogleOAuth2ScopeRequirement
-
- com.google.jenkins.plugins.k8sengine.client.ContainerScopeRequirement
-
- All Implemented Interfaces:
ExtensionPoint
,Serializable
public class ContainerScopeRequirement extends com.google.jenkins.plugins.credentials.oauth.GoogleOAuth2ScopeRequirement
Defines the scope requirements for the GKE "Container" API.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ContainerScopeRequirement()
-
-
-
Method Detail
-
getScopes
public Collection<String> getScopes()
- Specified by:
getScopes
in classcom.google.jenkins.plugins.credentials.oauth.OAuth2ScopeRequirement
-
-