org.jenkinsci.plugins.androidsigning
Interface KeystoreCredentials

All Superinterfaces:
com.cloudbees.plugins.credentials.Credentials, hudson.model.Describable<com.cloudbees.plugins.credentials.Credentials>, hudson.ExtensionPoint, com.cloudbees.plugins.credentials.common.IdCredentials, Serializable, com.cloudbees.plugins.credentials.common.StandardCredentials
All Known Implementing Classes:
KeystoreCredentialsImpl

@NameWith(value=KeystoreCredentials.NameProvider.class)
public interface KeystoreCredentials
extends com.cloudbees.plugins.credentials.common.StandardCredentials


Nested Class Summary
static class KeystoreCredentials.NameProvider
           
 
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Method Summary
 InputStream getContent()
           
 String getFileName()
           
 hudson.util.Secret getPassphrase()
           
 hudson.FilePath makeTempPath(hudson.FilePath path)
           
 
Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials
getDescription
 
Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
getId
 
Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
getDescriptor, getScope
 

Method Detail

getFileName

@Nonnull
String getFileName()

getContent

@Nonnull
InputStream getContent()
                       throws IOException
Throws:
IOException

getPassphrase

@Nonnull
hudson.util.Secret getPassphrase()

makeTempPath

hudson.FilePath makeTempPath(hudson.FilePath path)
                             throws IOException,
                                    InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2014. All Rights Reserved.