public abstract static class CertificateCredentialsImpl.KeyStoreSource extends hudson.model.AbstractDescribableImpl<CertificateCredentialsImpl.KeyStoreSource>
Constructor and Description |
---|
KeyStoreSource() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
getKeyStoreBytes() |
abstract long |
getKeyStoreLastModified() |
boolean |
isSnapshotSource()
Returns
true if and only if the source is self contained. |
@NonNull public abstract byte[] getKeyStoreBytes()
public abstract long getKeyStoreLastModified()
public boolean isSnapshotSource()
true
if and only if the source is self contained.true
if and only if the source is self contained.Copyright © 2014. All rights reserved.