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

A

AbstractQuickTaskContext - Class in com.microsoft.jenkins.acr
 
AbstractQuickTaskContext() - Constructor for class com.microsoft.jenkins.acr.AbstractQuickTaskContext
 
AbstractRequest - Class in com.microsoft.jenkins.acr.common
 
AbstractRequest() - Constructor for class com.microsoft.jenkins.acr.common.AbstractRequest
 
AbstractSCMCommand<T extends AbstractSCMCommand.ISCMData> - Class in com.microsoft.jenkins.acr.commands.scm
 
AbstractSCMCommand() - Constructor for class com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand
 
AbstractSCMCommand.ISCMData - Interface in com.microsoft.jenkins.acr.commands.scm
 
AbstractSCMCommand.Type - Enum in com.microsoft.jenkins.acr.commands.scm
Currently we support local machine and git.
ACRTasksPlugin - Class in com.microsoft.jenkins.acr
Entry of the plugin with BI entries.
ACRTasksPlugin() - Constructor for class com.microsoft.jenkins.acr.ACRTasksPlugin
 
ACRTasksPlugin.AzureTelemetryInterceptor - Class in com.microsoft.jenkins.acr
 
AI - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
AI_QUEUE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
auth(Item, String) - Method in class com.microsoft.jenkins.acr.service.AzureHelper
 
AzureContainerRegistry - Class in com.microsoft.jenkins.acr.service
 
AzureHelper - Class in com.microsoft.jenkins.acr.service
 
AzureResourceGroup - Class in com.microsoft.jenkins.acr.service
 
AzureService - Class in com.microsoft.jenkins.acr.service
 
AzureService() - Constructor for class com.microsoft.jenkins.acr.service.AzureService
 
AzureStorageAppendBlob - Class in com.microsoft.jenkins.acr.service
Azure Storage append blob.
AzureStorageAppendBlob(String) - Constructor for class com.microsoft.jenkins.acr.service.AzureStorageAppendBlob
 
AzureStorageBlockBlob - Class in com.microsoft.jenkins.acr.service
 
AzureStorageBlockBlob(String) - Constructor for class com.microsoft.jenkins.acr.service.AzureStorageBlockBlob
 
AzureTelemetryInterceptor() - Constructor for class com.microsoft.jenkins.acr.ACRTasksPlugin.AzureTelemetryInterceptor
 

B

BLOB_COMPLETE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
BufferedLineReader - Class in com.microsoft.jenkins.acr.common
 
BufferedLineReader(Reader, int) - Constructor for class com.microsoft.jenkins.acr.common.BufferedLineReader
 
BufferedLineReader(Reader) - Constructor for class com.microsoft.jenkins.acr.common.BufferedLineReader
 
build_cancelBuild() - Static method in class com.microsoft.jenkins.acr.Messages
Key build_cancelBuild: Canceling ACR Quick Task..
build_failQueueBuild(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_failQueueBuild: Failed to queue an ACR Quick Task: {0}.
build_finishQueueABuild(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_finishQueueABuild: Finished queue an ACR Quick Task: {0}.
build_queueABuild(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_queueABuild: Queue a task to ACR {0}/{1} - {2}.
BUILD_SUCCEEDED - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
BuildArgument - Class in com.microsoft.jenkins.acr.descriptor
 
BuildArgument(String, String, boolean) - Constructor for class com.microsoft.jenkins.acr.descriptor.BuildArgument
 
BuildArgument.DescriptorImpl - Class in com.microsoft.jenkins.acr.descriptor
 

C

call() - Method in class com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand.LocalSCMCommandOnAgent
 
cancel() - Method in interface com.microsoft.jenkins.acr.commands.GetBuildLogCommand.IBuildLogData
 
cancel() - Method in class com.microsoft.jenkins.acr.common.AbstractRequest
Cancel the docker build in ACR.
cancel() - Method in interface com.microsoft.jenkins.acr.common.Cancelable
 
cancel() - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 
Cancelable - Interface in com.microsoft.jenkins.acr.common
 
cancelBuildAsync(String, String, String) - Method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
Cancel a processing ACR build.
COLON - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
com.microsoft.jenkins.acr - package com.microsoft.jenkins.acr
Plugin classes used to define builders and context in Jenkins.
com.microsoft.jenkins.acr.commands - package com.microsoft.jenkins.acr.commands
Command classes implements ICommand.
com.microsoft.jenkins.acr.commands.scm - package com.microsoft.jenkins.acr.commands.scm
Command to resolve the build request source url.
com.microsoft.jenkins.acr.common - package com.microsoft.jenkins.acr.common
Model classes for this plugin.
com.microsoft.jenkins.acr.common.compression - package com.microsoft.jenkins.acr.common.compression
Compression method.
com.microsoft.jenkins.acr.common.scm - package com.microsoft.jenkins.acr.common.scm
Command to resolve the build request source url.
com.microsoft.jenkins.acr.descriptor - package com.microsoft.jenkins.acr.descriptor
Sub descriptor will be used in this plugin.
com.microsoft.jenkins.acr.exception - package com.microsoft.jenkins.acr.exception
Exception classes.
com.microsoft.jenkins.acr.service - package com.microsoft.jenkins.acr.service
Classes interact with Azure Service.
com.microsoft.jenkins.acr.util - package com.microsoft.jenkins.acr.util
Utility classes.
COMMENT - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
COMMON_IGNORE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
compress() - Method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
compress() - Method in interface com.microsoft.jenkins.acr.common.compression.Compression.CompressibleFile
Compress the file into tar.gz.
CompressibleFileImpl - Class in com.microsoft.jenkins.acr.common.compression
Create a compressed file.
CompressibleFileImpl(String) - Constructor for class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
Compression - Interface in com.microsoft.jenkins.acr.common.compression
 
Compression.CompressedFile - Interface in com.microsoft.jenkins.acr.common.compression
 
Compression.CompressibleFile - Interface in com.microsoft.jenkins.acr.common.compression
 
Compression.CompressibleWithFile - Interface in com.microsoft.jenkins.acr.common.compression
 
Compression.CompressibleWithIgnore - Interface in com.microsoft.jenkins.acr.common.compression
 
compressToFile(String) - Static method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
concatPath(String, String) - Static method in class com.microsoft.jenkins.acr.util.Util
 
configure(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
Configure steps the plugin should execute.
Constants - Class in com.microsoft.jenkins.acr.util
 
context_endWithErrorState(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key context_endWithErrorState: ACR Quick Task ended with {0}.
context_finished() - Static method in class com.microsoft.jenkins.acr.Messages
Key context_finished: Finished ACR Quick Task.
CWD - Static variable in class com.microsoft.jenkins.acr.util.Constants
 

D

DEFAULT_RETRY - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
DescriptorImpl() - Constructor for class com.microsoft.jenkins.acr.descriptor.BuildArgument.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.microsoft.jenkins.acr.descriptor.Image.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Constructor for this descriptor.
doCheckGitRepo(String, String) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
 
DOCKER_IGNORE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
DOCKERFILE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
DockerTaskRequest - Class in com.microsoft.jenkins.acr.common
Azure Container Request object.
DockerTaskRequest() - Constructor for class com.microsoft.jenkins.acr.common.DockerTaskRequest
 
doFillArchitectureItems(Item) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Fill architecture with Platform.ARCHITECTURE.
doFillAzureCredentialsIdItems(Item) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
 
doFillOsItems(Item) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Fill os with Platform.OS.
doFillRegistryNameItems(Item, String, String) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Dynamic fill the registry name.
doFillResourceGroupNameItems(Item, String) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Dynamic fill the resource group name.
doFillVariantItems(Item, String) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Fill variant with Platform.VARIANT.

E

error_cannotFindCred() - Static method in class com.microsoft.jenkins.acr.Messages
Key error_cannotFindCred: Can't find credential in scope {0} with id: {1}.
error_clientUnAuthed() - Static method in class com.microsoft.jenkins.acr.Messages
Key error_clientUnAuthed: Azure client is un-authorized..
EXCLAMATION - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
execute(GetBuildLogCommand.IBuildLogData) - Method in class com.microsoft.jenkins.acr.commands.GetBuildLogCommand
Get Azure Storage blob which saves build log from ACR.
execute(QueueTaskCommand.IQueueBuildData) - Method in class com.microsoft.jenkins.acr.commands.QueueTaskCommand
 
execute(T) - Method in class com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand
 

F

FILE_SPERATE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
fileList() - Method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
fileList() - Method in interface com.microsoft.jenkins.acr.common.compression.Compression.CompressedFile
Get the file list the tar.gz contains.

G

getBuildId() - Method in interface com.microsoft.jenkins.acr.commands.GetBuildLogCommand.IBuildLogData
 
GetBuildLogCommand - Class in com.microsoft.jenkins.acr.commands
 
GetBuildLogCommand() - Constructor for class com.microsoft.jenkins.acr.commands.GetBuildLogCommand
 
GetBuildLogCommand.IBuildLogData - Interface in com.microsoft.jenkins.acr.commands
 
getClient() - Method in class com.microsoft.jenkins.acr.service.AzureHelper
 
getClient() - Method in class com.microsoft.jenkins.acr.service.AzureService
 
getDataForCommand(ICommand) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 
getDescriptor() - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder
Jenkins defines a method Builder.getDescriptor(), which returns the corresponding Descriptor object.
getDisplayName() - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
 
getDockerTaskRequest() - Method in interface com.microsoft.jenkins.acr.commands.QueueTaskCommand.IQueueBuildData
 
getFileName(String) - Static method in class com.microsoft.jenkins.acr.util.Util
 
getGitPath() - Method in interface com.microsoft.jenkins.acr.common.scm.GitSCMRequest
 
getGitRefspec() - Method in interface com.microsoft.jenkins.acr.common.scm.GitSCMRequest
 
getGitRepo() - Method in interface com.microsoft.jenkins.acr.common.scm.GitSCMRequest
 
getGitSCMRequest() - Method in interface com.microsoft.jenkins.acr.commands.scm.GitSCMCommand.IGitSCMData
 
getGitSCMRequest() - Method in class com.microsoft.jenkins.acr.QuickTaskContext
GitSCMCommand.IGitSCMData.
getInstance() - Static method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
 
getInstance() - Static method in class com.microsoft.jenkins.acr.service.AzureHelper
 
getInstance() - Static method in class com.microsoft.jenkins.acr.service.AzureResourceGroup
 
getLocalDir() - Method in interface com.microsoft.jenkins.acr.common.scm.LocalSCMRequest
 
getLocalSCMRequest() - Method in interface com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand.ILocalSCMData
 
getLocalSCMRequest() - Method in class com.microsoft.jenkins.acr.QuickTaskContext
LocalSCMCommand.ILocalSCMData.
getLog(String, String, String) - Method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
Azure Container Registry Build will write build result to an Azure Storage Blob.
getRegistryName() - Method in interface com.microsoft.jenkins.acr.commands.GetBuildLogCommand.IBuildLogData
 
getRegistryName() - Method in interface com.microsoft.jenkins.acr.commands.QueueTaskCommand.IQueueBuildData
 
getRegistryName() - Method in interface com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand.ILocalSCMData
 
getRelativePath() - Method in class com.microsoft.jenkins.acr.common.UploadRequest
 
getResourceGroupName() - Method in interface com.microsoft.jenkins.acr.commands.GetBuildLogCommand.IBuildLogData
 
getResourceGroupName() - Method in interface com.microsoft.jenkins.acr.commands.QueueTaskCommand.IQueueBuildData
 
getResourceGroupName() - Method in interface com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand.ILocalSCMData
 
getSourceType() - Method in interface com.microsoft.jenkins.acr.common.scm.SCMRequest
 
getSourceUrl(T) - Method in class com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand
 
getSourceUrl(GitSCMCommand.IGitSCMData) - Method in class com.microsoft.jenkins.acr.commands.scm.GitSCMCommand
 
getSourceUrl(LocalSCMCommand.ILocalSCMData) - Method in class com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand
 
getSourceUrl(TarballSCMCommand.ITarballSCMData) - Method in class com.microsoft.jenkins.acr.commands.scm.TarballSCMCommand
 
getSubscription() - Method in class com.microsoft.jenkins.acr.service.AzureHelper
 
getTarball() - Method in interface com.microsoft.jenkins.acr.common.scm.RemoteTarballSCMRequest
 
getTarballRequest() - Method in interface com.microsoft.jenkins.acr.commands.scm.TarballSCMCommand.ITarballSCMData
 
getTarballRequest() - Method in class com.microsoft.jenkins.acr.QuickTaskContext
TarballSCMCommand.ITarballSCMData.
getUploadUrl(String, String) - Method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
If queue an ACR build from local SCM, need to write the code into an Azure Storage Blob.
getUrl() - Method in class com.microsoft.jenkins.acr.common.UploadRequest
 
GIT - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
GIT_SSH_PREFIX - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
GIT_SUFFIX - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
GitSCMCommand - Class in com.microsoft.jenkins.acr.commands.scm
 
GitSCMCommand() - Constructor for class com.microsoft.jenkins.acr.commands.scm.GitSCMCommand
 
GitSCMCommand.IGitSCMData - Interface in com.microsoft.jenkins.acr.commands.scm
 
GitSCMRequest - Interface in com.microsoft.jenkins.acr.common.scm
 

H

HASHTAG - Static variable in class com.microsoft.jenkins.acr.util.Constants
 

I

IgnoreRule - Class in com.microsoft.jenkins.acr.common.compression
 
IgnoreRule(String) - Constructor for class com.microsoft.jenkins.acr.common.compression.IgnoreRule
 
Image - Class in com.microsoft.jenkins.acr.descriptor
 
Image(String) - Constructor for class com.microsoft.jenkins.acr.descriptor.Image
 
Image.DescriptorImpl - Class in com.microsoft.jenkins.acr.descriptor
 
intercept(Interceptor.Chain) - Method in class com.microsoft.jenkins.acr.ACRTasksPlugin.AzureTelemetryInterceptor
 
INVALID_OPTION - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
isApplicable(Class) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder.DescriptorImpl
Applicable to any kind of project.
isCanceled() - Method in interface com.microsoft.jenkins.acr.commands.GetBuildLogCommand.IBuildLogData
 
isCanceled() - Method in interface com.microsoft.jenkins.acr.common.Cancelable
 
isCanceled() - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 
isSuccess() - Method in class com.microsoft.jenkins.acr.service.AzureStorageAppendBlob
Whether the blob is completely uploaded with result.

L

listResourceGroupNames() - Method in class com.microsoft.jenkins.acr.service.AzureResourceGroup
 
listResourcesName(String) - Method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
List all ACR names in a resource group.
LOCAL - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
LocalSCMCommand - Class in com.microsoft.jenkins.acr.commands.scm
 
LocalSCMCommand() - Constructor for class com.microsoft.jenkins.acr.commands.scm.LocalSCMCommand
 
LocalSCMCommand.ILocalSCMData - Interface in com.microsoft.jenkins.acr.commands.scm
 
LocalSCMCommand.LocalSCMCommandOnAgent - Class in com.microsoft.jenkins.acr.commands.scm
 
LocalSCMRequest - Interface in com.microsoft.jenkins.acr.common.scm
 
log_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key log_actionName: Download log.
log_getLogError(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key log_getLogError: Failed to get the ACR Quick Task log: {0}.
log_getLogLink(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key log_getLogLink: Get log link: {0}.
log_notFinished() - Static method in class com.microsoft.jenkins.acr.Messages
Key log_notFinished: ACR Quick Task has not finished yet..
LONG_LIST_SPERATE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 

M

Messages - Class in com.microsoft.jenkins.acr
Generated localization support class.
Messages() - Constructor for class com.microsoft.jenkins.acr.Messages
 

N

normalizeFilename(String) - Static method in class com.microsoft.jenkins.acr.util.Util
 

P

perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.microsoft.jenkins.acr.QuickTaskBuilder
 
Platform - Class in com.microsoft.jenkins.acr.common
 
Platform(String, String, String) - Constructor for class com.microsoft.jenkins.acr.common.Platform
 
Platform.ARCHITECTURE - Enum in com.microsoft.jenkins.acr.common
 
Platform.OS - Enum in com.microsoft.jenkins.acr.common
 
Platform.VARIANT - Enum in com.microsoft.jenkins.acr.common
 
platform_arm() - Static method in class com.microsoft.jenkins.acr.Messages
Key platform_arm: Variant should be set only when architecture is ARM..
plugin_displayName() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_displayName: Queue an ACR Quick Task.
PLUGIN_NAME - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
plugin_noResources() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_noResources: --- No resource ---.
plugin_selectAzureContainerRegistry() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureContainerRegistry: --- Select Azure Container Registry ---.
plugin_selectAzureCredential() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureCredential: --- Select Azure credentials ---.
plugin_selectAzureResourceGroup() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureResourceGroup: --- Select Azure resource group ---.

Q

QueueTaskCommand - Class in com.microsoft.jenkins.acr.commands
 
QueueTaskCommand() - Constructor for class com.microsoft.jenkins.acr.commands.QueueTaskCommand
 
QueueTaskCommand.IQueueBuildData - Interface in com.microsoft.jenkins.acr.commands
 
queueTaskRequest(String, String, DockerTaskRequest) - Method in class com.microsoft.jenkins.acr.service.AzureContainerRegistry
Send a DockerTaskRequest to ACR build.
QuickTaskBuilder - Class in com.microsoft.jenkins.acr
Build action entry of this plugin.
QuickTaskBuilder(String, String, String) - Constructor for class com.microsoft.jenkins.acr.QuickTaskBuilder
This annotation tells Jenkins to call this constructor, with values from the configuration form page with matching parameter names.
QuickTaskBuilder.DescriptorImpl - Class in com.microsoft.jenkins.acr
 
QuickTaskContext - Class in com.microsoft.jenkins.acr
Context to queue a quick task to ACR.
QuickTaskContext() - Constructor for class com.microsoft.jenkins.acr.QuickTaskContext
 

R

readLine() - Method in class com.microsoft.jenkins.acr.service.AzureStorageAppendBlob
Read next line from this Azure Storage blob.
registry_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key registry_actionName: Get registry.
registry_notFound(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key registry_notFound: Cannot find Azure Container Registry {0} in resource group {1} with subscription {2}..
RemoteTarballSCMRequest - Interface in com.microsoft.jenkins.acr.common.scm
 
retry(Callable<T>, int) - Static method in class com.microsoft.jenkins.acr.util.Util
 

S

scm_compress_filename(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_filename: Compressing local directory into {0}..
scm_compress_files(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_files: The following files are compressed {0}..
scm_compress_ignore(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_ignore: Compressing ignore rules {0}..
scm_git(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_git: Using remote git repo {0} as docker build source..
scm_local(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_local: Using local directory {0} as docker build source..
scm_upload(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_upload: Upload local directory to Azure Storage Blob {0}..
scm_upload_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_upload_actionName: Upload source code.
SCMRequest - Interface in com.microsoft.jenkins.acr.common.scm
 
sendEvent(String, String, String...) - Static method in class com.microsoft.jenkins.acr.ACRTasksPlugin
 
sendEvent(String, String, Map<String, String>) - Static method in class com.microsoft.jenkins.acr.ACRTasksPlugin
 
service_error(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key service_error: Azure Service {0} Error when taking action {1} : {2}.
ServiceException - Exception in com.microsoft.jenkins.acr.exception
 
ServiceException(String, String, String) - Constructor for exception com.microsoft.jenkins.acr.exception.ServiceException
 
setBuildId(String) - Method in interface com.microsoft.jenkins.acr.commands.QueueTaskCommand.IQueueBuildData
 
setSourceUrl(String) - Method in interface com.microsoft.jenkins.acr.common.scm.SCMRequest
 
SHORT_LIST_SPERATE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
skipLines(long) - Method in class com.microsoft.jenkins.acr.common.BufferedLineReader
Skips lines.
SLEEP_IN_MS - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
source_getUrl() - Static method in class com.microsoft.jenkins.acr.Messages
Key source_getUrl: Getting source url..
source_help() - Static method in class com.microsoft.jenkins.acr.Messages
Key source_help: Source location should be a local directory, or a git repo starts with ''http'' and ends with ''.git''..
source_url(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key source_url: Build image with source code from {0}..
startImpl(StepContext) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 

T

TarballSCMCommand - Class in com.microsoft.jenkins.acr.commands.scm
 
TarballSCMCommand() - Constructor for class com.microsoft.jenkins.acr.commands.scm.TarballSCMCommand
 
TarballSCMCommand.ITarballSCMData - Interface in com.microsoft.jenkins.acr.commands.scm
 
TEMPFILE - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
TIMEOUT - Static variable in class com.microsoft.jenkins.acr.util.Constants
 
toJson(Object) - Static method in class com.microsoft.jenkins.acr.util.Util
 
toString() - Method in class com.microsoft.jenkins.acr.common.Platform
 
toString() - Method in class com.microsoft.jenkins.acr.descriptor.Image
 
toStringArray(List) - Static method in class com.microsoft.jenkins.acr.util.Util
 
toStringList(List) - Static method in class com.microsoft.jenkins.acr.util.Util
 

U

uploadFile(String) - Method in class com.microsoft.jenkins.acr.service.AzureStorageBlockBlob
Write a file to the blob and upload it.
UploadRequest - Class in com.microsoft.jenkins.acr.common
 
UploadRequest(String, String) - Constructor for class com.microsoft.jenkins.acr.common.UploadRequest
 
Util - Class in com.microsoft.jenkins.acr.util
 

V

valueOf(String) - Static method in enum com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.jenkins.acr.common.Platform.ARCHITECTURE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.jenkins.acr.common.Platform.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.jenkins.acr.common.Platform.VARIANT
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.jenkins.acr.common.Platform.ARCHITECTURE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.jenkins.acr.common.Platform.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.jenkins.acr.common.Platform.VARIANT
Returns an array containing the constants of this enum type, in the order they are declared.
verifyGitUrl(String) - Static method in class com.microsoft.jenkins.acr.util.Util
Verify whether the location is a legal git url or a local directory.

W

withDirectory(String) - Method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
withDirectory(String) - Method in interface com.microsoft.jenkins.acr.common.compression.Compression.CompressibleWithFile
Set the directory path to the compressible object.
withDockerTaskRequest(DockerTaskRequest) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 
withFile(String) - Method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
withFile(String) - Method in interface com.microsoft.jenkins.acr.common.compression.Compression.CompressibleWithFile
Set the file or directory path to the compressible object.
withIgnoreList(String[]) - Method in class com.microsoft.jenkins.acr.common.compression.CompressibleFileImpl
 
withIgnoreList(String[]) - Method in interface com.microsoft.jenkins.acr.common.compression.Compression.CompressibleWithIgnore
Set the compress ignore list.
withRegistryName(String) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
 
withResourceGroupName(String) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
GetBuildLogCommand.IBuildLogData.
withSCMUrl(String) - Method in interface com.microsoft.jenkins.acr.commands.scm.AbstractSCMCommand.ISCMData
 
withSCMUrl(String) - Method in class com.microsoft.jenkins.acr.QuickTaskContext
AbstractSCMCommand.ISCMData.

_

_build_cancelBuild() - Static method in class com.microsoft.jenkins.acr.Messages
Key build_cancelBuild: Canceling ACR Quick Task..
_build_failQueueBuild(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_failQueueBuild: Failed to queue an ACR Quick Task: {0}.
_build_finishQueueABuild(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_finishQueueABuild: Finished queue an ACR Quick Task: {0}.
_build_queueABuild(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key build_queueABuild: Queue a task to ACR {0}/{1} - {2}.
_context_endWithErrorState(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key context_endWithErrorState: ACR Quick Task ended with {0}.
_context_finished() - Static method in class com.microsoft.jenkins.acr.Messages
Key context_finished: Finished ACR Quick Task.
_error_cannotFindCred() - Static method in class com.microsoft.jenkins.acr.Messages
Key error_cannotFindCred: Can't find credential in scope {0} with id: {1}.
_error_clientUnAuthed() - Static method in class com.microsoft.jenkins.acr.Messages
Key error_clientUnAuthed: Azure client is un-authorized..
_log_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key log_actionName: Download log.
_log_getLogError(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key log_getLogError: Failed to get the ACR Quick Task log: {0}.
_log_getLogLink(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key log_getLogLink: Get log link: {0}.
_log_notFinished() - Static method in class com.microsoft.jenkins.acr.Messages
Key log_notFinished: ACR Quick Task has not finished yet..
_platform_arm() - Static method in class com.microsoft.jenkins.acr.Messages
Key platform_arm: Variant should be set only when architecture is ARM..
_plugin_displayName() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_displayName: Queue an ACR Quick Task.
_plugin_noResources() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_noResources: --- No resource ---.
_plugin_selectAzureContainerRegistry() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureContainerRegistry: --- Select Azure Container Registry ---.
_plugin_selectAzureCredential() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureCredential: --- Select Azure credentials ---.
_plugin_selectAzureResourceGroup() - Static method in class com.microsoft.jenkins.acr.Messages
Key plugin_selectAzureResourceGroup: --- Select Azure resource group ---.
_registry_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key registry_actionName: Get registry.
_registry_notFound(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key registry_notFound: Cannot find Azure Container Registry {0} in resource group {1} with subscription {2}..
_scm_compress_filename(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_filename: Compressing local directory into {0}..
_scm_compress_files(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_files: The following files are compressed {0}..
_scm_compress_ignore(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_compress_ignore: Compressing ignore rules {0}..
_scm_git(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_git: Using remote git repo {0} as docker build source..
_scm_local(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_local: Using local directory {0} as docker build source..
_scm_upload(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_upload: Upload local directory to Azure Storage Blob {0}..
_scm_upload_actionName() - Static method in class com.microsoft.jenkins.acr.Messages
Key scm_upload_actionName: Upload source code.
_service_error(Object, Object, Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key service_error: Azure Service {0} Error when taking action {1} : {2}.
_source_getUrl() - Static method in class com.microsoft.jenkins.acr.Messages
Key source_getUrl: Getting source url..
_source_help() - Static method in class com.microsoft.jenkins.acr.Messages
Key source_help: Source location should be a local directory, or a git repo starts with ''http'' and ends with ''.git''..
_source_url(Object) - Static method in class com.microsoft.jenkins.acr.Messages
Key source_url: Build image with source code from {0}..
A B C D E F G H I L M N P Q R S T U V W _ 
Skip navigation links

Copyright © 2016–2021. All rights reserved.