Skip to content

Commit

Permalink
Use kubernetes-credentials 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Jan 24, 2018
1 parent eeaa029 commit 955cbaa
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
package org.csanchez.jenkins.plugins.kubernetes;

import org.jenkinsci.plugins.kubernetes.credentials.BearerTokenCredentialImpl;
import org.kohsuke.stapler.DataBoundConstructor;

import com.cloudbees.plugins.credentials.CredentialsScope;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

/**
* @author <a href="mailto:nicolas.deloof@gmail.com">Nicolas De Loof</a>
*/
@Deprecated
public class OpenShiftBearerTokenCredentialImpl extends BearerTokenCredentialImpl {
@SuppressFBWarnings("NM_SAME_SIMPLE_NAME_AS_SUPERCLASS")
public class OpenShiftBearerTokenCredentialImpl
extends org.jenkinsci.plugins.kubernetes.credentials.OpenShiftBearerTokenCredentialImpl {

private static final long serialVersionUID = -3725963485838773012L;

Expand Down

0 comments on commit 955cbaa

Please sign in to comment.