A B C D E F G H I J L M N P R S T U V W _ 
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AiProperties - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AppInsightsClient - Class in com.microsoft.jenkins.azurecommons.telemetry
 - 
Client for App Insights.
 - AppInsightsClient(Plugin) - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClient
 - AppInsightsClientFactory - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AppInsightsConstants - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AppInsightsGlobalConfig - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AppInsightsGlobalConfig() - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - AppInsightsGlobalConfig(boolean) - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - AppInsightsUtils - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AZURE_APP_INSIGHTS - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_BLOB_STORAGE - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_CONTAINER_SERVICE - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_FILE_STORAGE - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_LOCATION - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_REST - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AZURE_SUBSCRIPTION_ID - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - AzureCommonsPlugin - Class in com.microsoft.jenkins.azurecommons
 - AzureCommonsPlugin() - Constructor for class com.microsoft.jenkins.azurecommons.AzureCommonsPlugin
 - AzureHttpRecorder - Class in com.microsoft.jenkins.azurecommons.telemetry
 - AzureHttpRecorder(AppInsightsClient) - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder
 - AzureHttpRecorder.HttpRecordable - Class in com.microsoft.jenkins.azurecommons.telemetry
 
B
- BaseCommandContext - Class in com.microsoft.jenkins.azurecommons.command
 - 
A mixed abstract base class with both command data and command service data.
 - BaseCommandContext() - Constructor for class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - build() - Method in class com.microsoft.jenkins.azurecommons.command.CommandService.Builder
 - buildEnvironmentFor(Run, EnvVars, TaskListener) - Method in class com.microsoft.jenkins.azurecommons.EnvironmentInjector.CustomEnvironmentContributor
 - 
Deprecated.
 - builder() - Static method in class com.microsoft.jenkins.azurecommons.command.CommandService
 
C
- close() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - com.microsoft.jenkins.azurecommons - package com.microsoft.jenkins.azurecommons
 - com.microsoft.jenkins.azurecommons.command - package com.microsoft.jenkins.azurecommons.command
 - com.microsoft.jenkins.azurecommons.core - package com.microsoft.jenkins.azurecommons.core
 - com.microsoft.jenkins.azurecommons.remote - package com.microsoft.jenkins.azurecommons.remote
 - com.microsoft.jenkins.azurecommons.telemetry - package com.microsoft.jenkins.azurecommons.telemetry
 - CommandService - Class in com.microsoft.jenkins.azurecommons.command
 - 
State machine for command execution.
 - CommandService.Builder - Class in com.microsoft.jenkins.azurecommons.command
 - CommandState - Enum in com.microsoft.jenkins.azurecommons.command
 - configure(JobContext, CommandService) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - configure(Run<?, ?>, FilePath, Launcher, TaskListener, CommandService) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - configure(StaplerRequest, JSONObject) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - connect() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Establish a connection with the SSH server.
 - Constants - Class in com.microsoft.jenkins.azurecommons
 - 
Deprecated.
 - copyFrom(String, File) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Copy remote file to the local destination.
 - copyFrom(String, OutputStream) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Copy remote file contents to the
OutputStream. - copyTo(File, String) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Copy local file to the remote path.
 - copyTo(InputStream, String) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Copy the contents from the
InputStreamto the remote path. - CustomEnvironmentContributor() - Constructor for class com.microsoft.jenkins.azurecommons.EnvironmentInjector.CustomEnvironmentContributor
 - 
Deprecated.
 
D
- DEFAULT_EVENT_PREFIX - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - DOCKER - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - Done - com.microsoft.jenkins.azurecommons.command.CommandState
 
E
- enableAzureApiTrace() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AiProperties
 - enablePageDecorator() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AiProperties
 - enableRestartTrace() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AiProperties
 - EnvironmentInjector - Class in com.microsoft.jenkins.azurecommons
 - 
Deprecated.
 - EnvironmentInjector.CustomEnvironmentContributor - Class in com.microsoft.jenkins.azurecommons
 - 
Deprecated.
 - envVars() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - errorPrefix() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
errorPrefix:"ERROR: ". - EVENT_NAME_SEPARATOR - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - execRemote(String) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Execute a command on the remote server and return the command standard output.
 - execRemote(String, boolean, boolean) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - execute(T) - Method in interface com.microsoft.jenkins.azurecommons.command.ICommand
 - executeCommands() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - executeCommands(ICommandServiceData) - Method in class com.microsoft.jenkins.azurecommons.command.CommandService
 - 
Executes the commands described by the given
commandServiceData, and runs the clean up command if present. - ExitStatusException(int, String) - Constructor for exception com.microsoft.jenkins.azurecommons.remote.SSHClient.ExitStatusException
 
F
- forwardSSH(String, int) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Forward another remote SSH port to local through the current client, and create a new client based on the local port.
 - forwardSSH(String, int, UsernameAuth) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Forward another remote SSH port to local through the current client, and create a new client based on the local port.
 
G
- get() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - getAppInsightsClient() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder
 - getCleanUpCommand() - Method in class com.microsoft.jenkins.azurecommons.command.CommandService
 - getCommandService() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - getCommandService() - Method in interface com.microsoft.jenkins.azurecommons.command.ICommandServiceData
 - getCommandState() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - getCommandState() - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - 
Get the command state for the associated completed command.
 - getCredentials() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - getCurrentTime() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getData() - Method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getDataForCommand(ICommand) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - getDataForCommand(ICommand) - Method in interface com.microsoft.jenkins.azurecommons.command.ICommandServiceData
 - getDisplayName() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - getEnvVars() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - 
When running from pipeline, the result returned from
Run.getEnvironment(TaskListener)won't include the system environments set by theenv.VAR=valueorwithEnv(['VAR=value']). - getEnvVars() - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - 
To get the environment variable bindings, this method should be called in prefer to
getJobContext().envVars(). - getExitStatus() - Method in exception com.microsoft.jenkins.azurecommons.remote.SSHClient.ExitStatusException
 - getExtraProperties() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getFilteredEvents() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AiProperties
 - getHost() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - getHttpCode() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getHttpMessage() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getHttpMethod() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getId() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - getInstance(Class<? extends Plugin>) - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClientFactory
 - getInstrumentationKey() - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AiProperties
 - getInstrumentationKey() - Method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getJobContext() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - getJobContext() - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - getLastCommandState() - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - getLastCommandState() - Method in interface com.microsoft.jenkins.azurecommons.command.ICommandServiceData
 - 
Get the command state for the last command being executed.
 - getLauncher() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - getName() - Method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getOutput() - Method in exception com.microsoft.jenkins.azurecommons.remote.SSHClient.ExitStatusException
 - getOwner() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.Gets the owner project of this run.
 - getPort() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - getRegisteredCommands() - Method in class com.microsoft.jenkins.azurecommons.command.CommandService
 - getRequestId() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getRequestUri() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - getRun() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - getStartCommandClass() - Method in class com.microsoft.jenkins.azurecommons.command.CommandService
 - getStatus() - Method in class com.microsoft.jenkins.azurecommons.command.SimpleBuildStepExecution
 - getTags() - Method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getTaskListener() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - getTime() - Method in class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 - getTransitions() - Method in class com.microsoft.jenkins.azurecommons.command.CommandService
 - getUsername() - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - getWorkspace() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 
H
- HasError - com.microsoft.jenkins.azurecommons.command.CommandState
 - hash(String) - Static method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsUtils
 - 
For security reason, hash the sensitive information before sent to AI.
 - HttpRecordable() - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 
I
- IBaseCommandData - Interface in com.microsoft.jenkins.azurecommons.command
 - ICommand<T extends IBaseCommandData> - Interface in com.microsoft.jenkins.azurecommons.command
 - ICommandServiceData - Interface in com.microsoft.jenkins.azurecommons.command
 - INextCommandAware - Interface in com.microsoft.jenkins.azurecommons.command
 - 
Indicates that a command is aware of its next command to be executed based on its execution status.
 - inject(Run<?, ?>, EnvVars, String, Object) - Static method in class com.microsoft.jenkins.azurecommons.EnvironmentInjector
 - 
Deprecated.Add an environment variable binding for the given Run.
 - isAppInsightsEnabled() - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - isError() - Method in enum com.microsoft.jenkins.azurecommons.command.CommandState
 - isFinished() - Method in enum com.microsoft.jenkins.azurecommons.command.CommandState
 
J
- JENKINS - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - JenkinsTelemetryClient - Class in com.microsoft.jenkins.azurecommons.telemetry
 - JenkinsTelemetryClient(String) - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.JenkinsTelemetryClient
 - JobContext - Class in com.microsoft.jenkins.azurecommons
 - 
Deprecated.see
JobContext. - JobContext(Run<?, ?>, FilePath, Launcher, TaskListener) - Constructor for class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - JobContext_failedToGetEnv() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
JobContext_failedToGetEnv:Failed to get Job environment variables. - JobContext_nullContent() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
JobContext_nullContent:null content returned. 
L
- LOAD - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - logError(Exception) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - logError(Exception) - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - logError(String) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - logError(String) - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - logError(String, Exception) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - logError(String, Exception) - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - logger() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - logStatus(String) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - logStatus(String) - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 
M
- Messages - Class in com.microsoft.jenkins.azurecommons.core
 - 
Generated localization support class.
 - Messages() - Constructor for class com.microsoft.jenkins.azurecommons.core.Messages
 
N
- nextCommand() - Method in interface com.microsoft.jenkins.azurecommons.command.INextCommandAware
 
P
- PING - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - PLUGIN - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - PROP_JENKINS_INSTANCE_ID - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - PROP_JENKINS_VERSION - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - PROP_PLUGIN_NAME - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - PROP_PLUGIN_VERSION - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 
R
- READ_BUFFER_SIZE - Static variable in class com.microsoft.jenkins.azurecommons.Constants
 - 
Deprecated.
 - record(AzureHttpRecorder.HttpRecordable) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder
 - remoteWorkspace() - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - replaceMacro(InputStream, boolean) - Method in class com.microsoft.jenkins.azurecommons.JobContext
 - 
Deprecated.
 - REQUIRED_CONTEXT - Static variable in class com.microsoft.jenkins.azurecommons.command.SimpleBuildStepExecution
 - RESTART - Static variable in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsConstants
 - run() - Method in class com.microsoft.jenkins.azurecommons.command.SimpleBuildStepExecution
 
S
- send(String, Map<String, String>) - Method in class com.microsoft.jenkins.azurecommons.telemetry.JenkinsTelemetryClient
 - 
No-OP, first step of retiring analytics.
 - sendEvent(String, String, String...) - Static method in class com.microsoft.jenkins.azurecommons.AzureCommonsPlugin
 - 
No-OP, first step of retiring analytics.
 - sendEvent(String, String, Map<String, String>, boolean) - Static method in class com.microsoft.jenkins.azurecommons.AzureCommonsPlugin
 - 
No-OP, first step of retiring analytics.
 - sendEvent(String, String, Map<String, String>, boolean) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClient
 - 
No-OP, first step of retiring analytics.
 - setAppInsightsEnabled(boolean) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsGlobalConfig
 - setCommandState(CommandState) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - setCommandState(CommandState) - Method in interface com.microsoft.jenkins.azurecommons.command.IBaseCommandData
 - 
Set the command state for the associated running command.
 - setInstrumentKey(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.JenkinsTelemetryClient
 - setLastCommandState(CommandState) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - setLastCommandState(CommandState) - Method in interface com.microsoft.jenkins.azurecommons.command.ICommandServiceData
 - 
Set the command state for the last command being executed in the command service.
 - SimpleBuildStepExecution - Class in com.microsoft.jenkins.azurecommons.command
 - 
Provides the basic implementation of
StepExecutionwhich can be used to implement theStep.start(StepContext)method. - SimpleBuildStepExecution(SimpleBuildStep, StepContext) - Constructor for class com.microsoft.jenkins.azurecommons.command.SimpleBuildStepExecution
 - SSHClient - Class in com.microsoft.jenkins.azurecommons.remote
 - 
An SSH client used to interact with a remote SSH server.
 - SSHClient(String, int, StandardUsernameCredentials) - Constructor for class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - SSHClient(String, int, UsernameAuth) - Constructor for class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
SSH client to the remote host with given credentials.
 - SSHClient(String, int, String, Secret, String...) - Constructor for class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - SSHClient(String, int, String, String) - Constructor for class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - SSHClient_commandExitStatus(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_commandExitStatus:<=== command exit status: {0}. - SSHClient_commandExitStatusException(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_commandExitStatusException:Command exited with code: {0}. - SSHClient_copyFileFrom(Object, Object, Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_copyFileFrom:copy file {0}:{1} to {2}. - SSHClient_copyFileTo(Object, Object, Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_copyFileTo:copy file {0} to {1}:{2}. - SSHClient_errorExecution(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_errorExecution:Remote command exited with status code {0}. - SSHClient_execCommand(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_execCommand:===> exec: {0}. - SSHClient_failedExecution() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_failedExecution:Failed to execute command. - SSHClient_failedToCloseInputStream(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_failedToCloseInputStream:Failed to close input stream: {0}. - SSHClient_output(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_output:<=== {0}. - SSHClient_sessionAlreadyConnected() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_sessionAlreadyConnected:SSH session is already connected, close previous session first.. - SSHClient_sftpError() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_sftpError:sftp error. - SSHClient.ExitStatusException - Exception in com.microsoft.jenkins.azurecommons.remote
 - start(StepContext) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - 
Pipeline function call entrance.
 - startImpl(StepContext) - Method in class com.microsoft.jenkins.azurecommons.command.BaseCommandContext
 - Success - com.microsoft.jenkins.azurecommons.command.CommandState
 
T
- TelemetryEventData - Class in com.microsoft.jenkins.azurecommons.telemetry
 - TelemetryEventData(String, Map<String, String>, String) - Constructor for class com.microsoft.jenkins.azurecommons.telemetry.TelemetryEventData
 
U
- Unknown - com.microsoft.jenkins.azurecommons.command.CommandState
 - UTF8 - Static variable in class com.microsoft.jenkins.azurecommons.Constants
 - 
Deprecated.
 
V
- valueOf(String) - Static method in enum com.microsoft.jenkins.azurecommons.command.CommandState
 - 
Returns the enum constant of this type with the specified name.
 - values() - Static method in enum com.microsoft.jenkins.azurecommons.command.CommandState
 - 
Returns an array containing the constants of this enum type, in the order they are declared.
 
W
- withChannelSftp(SSHClient.ChannelSftpConsumer) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - withCleanUpCommand(Class<? extends ICommand<? extends IBaseCommandData>>) - Method in class com.microsoft.jenkins.azurecommons.command.CommandService.Builder
 - 
Register an optional clean up command that will be executed when the all the normal commands finish execution, regardless of the termination state of the last command.
 - withEventNamePrefix(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClient
 - withExtraProperty(String, String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withHttpCode(int) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withHttpMessage(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withHttpMethod(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withInstrumentationKey(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AppInsightsClient
 - withLogger(PrintStream) - Method in class com.microsoft.jenkins.azurecommons.remote.SSHClient
 - 
Set the optional logger stream to print the status messages.
 - withRequestId(String) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withRequestUri(URI) - Method in class com.microsoft.jenkins.azurecommons.telemetry.AzureHttpRecorder.HttpRecordable
 - withSingleCommand(Class<? extends ICommand<? extends IBaseCommandData>>) - Method in class com.microsoft.jenkins.azurecommons.command.CommandService.Builder
 - 
Register a single command that may be used by other transitions.
 - withStartCommand(Class<? extends ICommand<? extends IBaseCommandData>>) - Method in class com.microsoft.jenkins.azurecommons.command.CommandService.Builder
 - 
Register the start command.
 - withTransition(Class<? extends ICommand<? extends IBaseCommandData>>, Class<? extends ICommand<? extends IBaseCommandData>>) - Method in class com.microsoft.jenkins.azurecommons.command.CommandService.Builder
 - 
Register a transition from current command to the next command if current command is executed without error.
 
_
- _errorPrefix() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
errorPrefix:"ERROR: ". - _JobContext_failedToGetEnv() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
JobContext_failedToGetEnv:Failed to get Job environment variables. - _JobContext_nullContent() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
JobContext_nullContent:null content returned. - _SSHClient_commandExitStatus(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_commandExitStatus:<=== command exit status: {0}. - _SSHClient_commandExitStatusException(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_commandExitStatusException:Command exited with code: {0}. - _SSHClient_copyFileFrom(Object, Object, Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_copyFileFrom:copy file {0}:{1} to {2}. - _SSHClient_copyFileTo(Object, Object, Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_copyFileTo:copy file {0} to {1}:{2}. - _SSHClient_errorExecution(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_errorExecution:Remote command exited with status code {0}. - _SSHClient_execCommand(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_execCommand:===> exec: {0}. - _SSHClient_failedExecution() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_failedExecution:Failed to execute command. - _SSHClient_failedToCloseInputStream(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_failedToCloseInputStream:Failed to close input stream: {0}. - _SSHClient_output(Object) - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_output:<=== {0}. - _SSHClient_sessionAlreadyConnected() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_sessionAlreadyConnected:SSH session is already connected, close previous session first.. - _SSHClient_sftpError() - Static method in class com.microsoft.jenkins.azurecommons.core.Messages
 - 
Key
SSHClient_sftpError:sftp error. 
All Classes All Packages