Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W _ 

A

authorization(String) - Method in class hudson.cli.CLIConnectionFactory
For CLI connection that goes through HTTP, sometimes you need to pass in the custom authentication header (before Jenkins even get to authenticate the CLI channel.) This method lets you specify the value of this header.

B

basicAuth(String, String) - Method in class hudson.cli.CLIConnectionFactory
Convenience method to call CLIConnectionFactory.authorization with the HTTP basic authentication.
basicAuth(String) - Method in class hudson.cli.CLIConnectionFactory
Convenience method to call CLIConnectionFactory.authorization with the HTTP basic authentication.

C

checkClientTrusted(X509Certificate[], String) - Method in class hudson.cli.NoCheckTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class hudson.cli.NoCheckTrustManager
 
CLI - Class in hudson.cli
CLI entry point to Jenkins.
CLI_BadAuth() - Static method in class hudson.cli.client.Messages
Key CLI.BadAuth: {@code The JENKINS_USER_ID and JENKINS_API_TOKEN env vars should be both set or left empty.
CLI_NoSuchFileExists(Object) - Static method in class hudson.cli.client.Messages
Key CLI.NoSuchFileExists: No such file exists: {0}.
CLI_NoURL() - Static method in class hudson.cli.client.Messages
Key CLI.NoURL: Neither -s nor the JENKINS_URL env var is specified..
CLI_Usage() - Static method in class hudson.cli.client.Messages
Key CLI.Usage: {@code Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args...
CLIConnectionFactory - Class in hudson.cli
Fluent-API to instantiate CLI.
CLIConnectionFactory() - Constructor for class hudson.cli.CLIConnectionFactory
 
close() - Method in class hudson.cli.Connection
Deprecated.
 
Connection - Class in hudson.cli
Deprecated.
No longer used.
Connection(Socket) - Constructor for class hudson.cli.Connection
Deprecated.
 
Connection(InputStream, OutputStream) - Constructor for class hudson.cli.Connection
Deprecated.
 
convertHexDigit(byte) - Static method in class hudson.util.QuotedStringTokenizer
 
countTokens() - Method in class hudson.util.QuotedStringTokenizer
Not implemented.

D

diffieHellman(boolean) - Method in class hudson.cli.Connection
Deprecated.
Performs a Diffie-Hellman key exchange and produce a common secret between two ends of the connection.
diffieHellman(boolean, int) - Method in class hudson.cli.Connection
Deprecated.
 
din - Variable in class hudson.cli.Connection
Deprecated.
 
dout - Variable in class hudson.cli.Connection
Deprecated.
 

E

encryptConnection(SecretKey, String) - Method in class hudson.cli.Connection
Deprecated.
Upgrades a connection with transport encryption by the specified symmetric cipher.

F

fold(byte[], int) - Static method in class hudson.cli.Connection
Deprecated.
Given a byte array that contains arbitrary number of bytes, digests or expands those bits into the specified number of bytes without loss of entropy.
FullDuplexHttpStream - Class in hudson.cli
Creates a capacity-unlimited bi-directional InputStream/OutputStream pair over HTTP, which is a request/response protocol.
FullDuplexHttpStream(URL, String, String) - Constructor for class hudson.cli.FullDuplexHttpStream
 

G

getAcceptedIssuers() - Method in class hudson.cli.NoCheckTrustManager
 
getDouble() - Method in class hudson.util.QuotedStringTokenizer
 
getInputStream() - Method in class hudson.cli.FullDuplexHttpStream
A way to get data from the server.
getKeys() - Method in class hudson.cli.PrivateKeyProvider
Get keys read so far.
getOutputStream() - Method in class hudson.cli.FullDuplexHttpStream
A way to upload data to the server.
getSingle() - Method in class hudson.util.QuotedStringTokenizer
 

H

hasKeys() - Method in class hudson.cli.PrivateKeyProvider
 
hasMoreElements() - Method in class hudson.util.QuotedStringTokenizer
 
hasMoreTokens() - Method in class hudson.util.QuotedStringTokenizer
 
hudson.cli - package hudson.cli
 
hudson.cli.client - package hudson.cli.client
 
hudson.util - package hudson.util
 

I

in - Variable in class hudson.cli.Connection
Deprecated.
 

L

loadKey(File, String) - Static method in class hudson.cli.CLI
Loads RSA/DSA private key in a PEM format into KeyPair.
loadKey(File) - Static method in class hudson.cli.CLI
 
loadKey(String, String) - Static method in class hudson.cli.CLI
Loads RSA/DSA private key in a PEM format into KeyPair.
loadKey(String) - Static method in class hudson.cli.CLI
 
loadKey(File, String) - Static method in class hudson.cli.PrivateKeyProvider
 
loadKey(String, String) - Static method in class hudson.cli.PrivateKeyProvider
 

M

main(String[]) - Static method in class hudson.cli.CLI
 
Messages - Class in hudson.cli.client
Generated localization support class.
Messages() - Constructor for class hudson.cli.client.Messages
 

N

nextElement() - Method in class hudson.util.QuotedStringTokenizer
 
nextToken() - Method in class hudson.util.QuotedStringTokenizer
 
nextToken(String) - Method in class hudson.util.QuotedStringTokenizer
 
NoCheckTrustManager - Class in hudson.cli
 
NoCheckTrustManager() - Constructor for class hudson.cli.NoCheckTrustManager
 

O

out - Variable in class hudson.cli.Connection
Deprecated.
 

P

PrivateKeyProvider - Class in hudson.cli
Read DSA or RSA key from file(s) asking for password interactively.
PrivateKeyProvider() - Constructor for class hudson.cli.PrivateKeyProvider
 
proveIdentity(byte[], KeyPair) - Method in class hudson.cli.Connection
Deprecated.
Used in conjunction with Connection.verifyIdentity(byte[]) to prove that we actually own the private key of the given key pair.

Q

quote(String, String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string.
quote(String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string.
quote(StringBuffer, String) - Static method in class hudson.util.QuotedStringTokenizer
Quote a string into a StringBuffer.
QuotedStringTokenizer - Class in hudson.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class hudson.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - Constructor for class hudson.util.QuotedStringTokenizer
 

R

readBoolean() - Method in class hudson.cli.Connection
Deprecated.
 
readByteArray() - Method in class hudson.cli.Connection
Deprecated.
 
readFrom(File) - Method in class hudson.cli.PrivateKeyProvider
Read key from keyFile.
readFromDefaultLocations() - Method in class hudson.cli.PrivateKeyProvider
Read keys from default keyFiles .ssh/id_rsa, .ssh/id_dsa and .ssh/identity.
readKey() - Method in class hudson.cli.Connection
Deprecated.
 
readObject() - Method in class hudson.cli.Connection
Deprecated.
Receives an object sent by Connection.writeObject(Object)
readUTF() - Method in class hudson.cli.Connection
Deprecated.
 

S

setDouble(boolean) - Method in class hudson.util.QuotedStringTokenizer
 
setSingle(boolean) - Method in class hudson.util.QuotedStringTokenizer
 

T

toArray() - Method in class hudson.util.QuotedStringTokenizer
 
tokenize(String) - Static method in class hudson.util.QuotedStringTokenizer
 
tokenize(String, String) - Static method in class hudson.util.QuotedStringTokenizer
 

U

unquote(String) - Static method in class hudson.util.QuotedStringTokenizer
Unquote a string.

V

verifyIdentity(byte[]) - Method in class hudson.cli.Connection
Deprecated.
Verifies that we are talking to a peer that actually owns the private key corresponding to the public key we get.

W

writeBoolean(boolean) - Method in class hudson.cli.Connection
Deprecated.
 
writeByteArray(byte[]) - Method in class hudson.cli.Connection
Deprecated.
 
writeKey(Key) - Method in class hudson.cli.Connection
Deprecated.
 
writeObject(Object) - Method in class hudson.cli.Connection
Deprecated.
Sends a serializable object.
writeUTF(String) - Method in class hudson.cli.Connection
Deprecated.
 

_

_CLI_BadAuth() - Static method in class hudson.cli.client.Messages
Key CLI.BadAuth: {@code The JENKINS_USER_ID and JENKINS_API_TOKEN env vars should be both set or left empty.
_CLI_NoSuchFileExists(Object) - Static method in class hudson.cli.client.Messages
Key CLI.NoSuchFileExists: No such file exists: {0}.
_CLI_NoURL() - Static method in class hudson.cli.client.Messages
Key CLI.NoURL: Neither -s nor the JENKINS_URL env var is specified..
_CLI_Usage() - Static method in class hudson.cli.client.Messages
Key CLI.Usage: {@code Jenkins CLI Usage: java -jar jenkins-cli.jar [-s URL] command [opts...] args...
_main(String[]) - Static method in class hudson.cli.CLI
 
A B C D E F G H I L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2004–2019. All rights reserved.