- AbstractBucketLifecycleManager - Class in com.google.jenkins.plugins.storage
-
This extension point may be implemented to surface the object lifecycle options available on
cloud storage buckets.
- AbstractBucketLifecycleManager(String, UploadModule) - Constructor for class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
-
Constructs the base bucket OLM plugin from the bucket name and module.
- AbstractBucketLifecycleManagerDescriptor - Class in com.google.jenkins.plugins.storage
-
- AbstractBucketLifecycleManagerDescriptor(Class<? extends AbstractBucketLifecycleManager>) - Constructor for class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManagerDescriptor
-
- AbstractBucketLifecycleManagerDescriptor_MultiPartBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractBucketLifecycleManagerDescriptor.MultiPartBucket
:
Bucket name cannot contain multiple parts: {0}
.
- AbstractGcsUploadReport - Class in com.google.jenkins.plugins.storage.reports
-
- AbstractGcsUploadReport_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractGcsUploadReport.DisplayName
: Google Cloud
Storage Upload Report
.
- AbstractGcsUploadReport_DisplayName() - Static method in class com.google.jenkins.plugins.storage.reports.Messages
-
Key AbstractGcsUploadReport.DisplayName
: Google Cloud
Storage Upload Report
.
- AbstractUpload - Class in com.google.jenkins.plugins.storage
-
This new extension point is used for surfacing different kinds of Google Cloud Storage (GCS)
uploads.
- AbstractUpload(String, UploadModule) - Constructor for class com.google.jenkins.plugins.storage.AbstractUpload
-
Construct the base upload from a handful of universal properties.
- AbstractUpload.UploadSpec - Class in com.google.jenkins.plugins.storage
-
- AbstractUpload_BucketObjectAclsError(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.BucketObjectAclsError
: Unable to
access the default object ACLs for bucket: {0}
.
- AbstractUpload_ExceptionFileUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ExceptionFileUpload
: exception
uploading file
.
- AbstractUpload_ExceptionGetBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ExceptionGetBucket
: exception
fetching/creating bucket: {0}
.
- AbstractUpload_ForbiddenFileUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ForbiddenFileUpload
: You aren't
authorized to upload files to this bucket.
.
- AbstractUpload_IncludeException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.IncludeException
: Exception while
resolving inclusions.
.
- AbstractUpload_NullAccessError() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.NullAccessError
: Null object
provided in access control list
.
- AbstractUpload_RemoteCredentialError() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.RemoteCredentialError
: An error
occured preparing to use the provided credential remotely
.
- AbstractUpload_UploadError(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.UploadError
: Encountered an
exception during upload, attempt: {0}
.
- AbstractUpload_UploadException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.UploadException
: Exception while
performing upload
.
- AbstractUpload_Uploading(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.Uploading
: Uploading: {0}
.
- AbstractUploadDescriptor - Class in com.google.jenkins.plugins.storage
-
Descriptor from which Upload extensions must derive their descriptor.
- AbstractUploadDescriptor(Class<? extends AbstractUpload>, UploadModule) - Constructor for class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
Create the descriptor of the Upload from it's type on associated module for instantiating
dependencies.
- AbstractUploadDescriptor(Class<? extends AbstractUpload>) - Constructor for class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
- AbstractUploadDescriptor_BadBucketChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.BadBucketChar
: Invalid
character in bucket: {0} ({1})
.
- AbstractUploadDescriptor_BadPrefix(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.BadPrefix
: Resolved
storage location must begin with {1}, saw: {0}
.
- AbstractUploadDescriptor_DollarSuggest() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.DollarSuggest
: Possible
unresolved variable?
.
- AbstractUploadDescriptor_EmptyBucketName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.EmptyBucketName
: Bucket
name is empty
.
- act() - Method in interface com.google.jenkins.plugins.storage.util.RetryStorageOperation.Operation
-
- act() - Method in interface com.google.jenkins.plugins.storage.util.RetryStorageOperation.RepeatOperation
-
- addBucket(String) - Method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
-
- addUpload(String, BucketPath) - Method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
-
- all() - Static method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- annotateObject(StorageObject, TaskListener) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
This hook is intended to give implementations the opportunity to further annotate the StorageObject
with metadata before uploading it to cloud storage.
- APPLICATION_NAME - Static variable in class com.google.jenkins.plugins.storage.client.ClientFactory
-
- checkBucket(Bucket) - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
-
This is intended to be an identity function that throws when the input is not adequately
annotated.
- checkBucket(Bucket) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager
-
This is intended to be an identity function that throws when the input is not adequately
annotated.
- ClassicUpload - Class in com.google.jenkins.plugins.storage
-
This upload extension implements the classical upload pattern where a user provides an Ant-style
glob, e.g.
- ClassicUpload(String, UploadModule, String, String, String) - Constructor for class com.google.jenkins.plugins.storage.ClassicUpload
-
Construct the classic upload implementation from the base properties and the glob for matching
files.
- ClassicUpload.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
- ClassicUpload_BadGlobChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.BadGlobChar
: Invalid character in
pattern: {0} ({1})
.
- ClassicUpload_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.BuildStepDisplayName
: Google Storage
Classic Upload
.
- ClassicUpload_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.DisplayName
: Classic Upload
.
- ClassicUpload_EmptyGlob() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.EmptyGlob
: File pattern is empty
.
- ClassicUpload_FoundForPattern(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.FoundForPattern
: Found {0} files to
upload from pattern: {1}
.
- ClassicUpload_NoArtifacts(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.NoArtifacts
: No artifacts found
matching pattern: {0}
.
- ClassicUploadStep - Class in com.google.jenkins.plugins.storage
-
- ClassicUploadStep(String, String, String) - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep
-
DataBoundConstructor for the classic upload step.
- ClassicUploadStep(String, String, UploadModule, String) - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep
-
Construct the classic upload step.
- ClassicUploadStep.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Descriptor for the class.
- ClientFactory - Class in com.google.jenkins.plugins.storage.client
-
Creates clients for communicating with Google APIs.
- ClientFactory(ItemGroup, ImmutableList<DomainRequirement>, String, Optional<HttpTransport>) - Constructor for class com.google.jenkins.plugins.storage.client.ClientFactory
-
- ClientFactory(ItemGroup, String) - Constructor for class com.google.jenkins.plugins.storage.client.ClientFactory
-
Creates a
ClientFactory
instance without specifying domainRequirements or
httpTransport.
- ClientFactory_FailedToInitializeHTTPTransport(Object) - Static method in class com.google.jenkins.plugins.storage.client.Messages
-
Key ClientFactory.FailedToInitializeHTTPTransport
: Failed to initialize HTTP transport: {0}
.
- com.google.jenkins.plugins.storage - package com.google.jenkins.plugins.storage
-
- com.google.jenkins.plugins.storage.client - package com.google.jenkins.plugins.storage.client
-
- com.google.jenkins.plugins.storage.reports - package com.google.jenkins.plugins.storage.reports
-
- com.google.jenkins.plugins.storage.util - package com.google.jenkins.plugins.storage.util
-
- CredentialsUtil - Class in com.google.jenkins.plugins.storage.util
-
Provides a library of utility functions for credentials-related work.
- CredentialsUtil() - Constructor for class com.google.jenkins.plugins.storage.util.CredentialsUtil
-
- CredentialsUtil_FailedToInitializeHTTPTransport(Object) - Static method in class com.google.jenkins.plugins.storage.util.Messages
-
Key CredentialsUtil.FailedToInitializeHTTPTransport
: Failed to initialize HTTP transport: {0}
.
- CredentialsUtil_FailedToRetrieveCredentials(Object) - Static method in class com.google.jenkins.plugins.storage.util.Messages
-
Key CredentialsUtil.FailedToRetrieveCredentials
: Could
not retrieve credentials: {0}
.
- decorateBucket(Bucket) - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
-
A hook by which extensions may annotate a new or existing bucket.
- decorateBucket(Bucket) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager
-
A hook by which extensions may annotate a new or existing bucket.
- deleteBucket(String) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Delete bucket from GCS with name bucket.
- deleteBucketRequest(String) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Helper method to return the delete request.
- deleteFromBucket(String, String) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Delete object matching pattern from Google Cloud Storage bucket of name bucket.
- deleteFromBucketRequest(String, String) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Helper method to return the delete request.
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
- DescriptorImpl(Class<? extends ClassicUpload>) - Constructor for class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager.DescriptorImpl
-
- DescriptorImpl(Class<? extends ExpiringBucketLifecycleManager>) - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.StdoutUpload.DescriptorImpl
-
- DescriptorImpl(Class<? extends StdoutUpload>) - Constructor for class com.google.jenkins.plugins.storage.StdoutUpload.DescriptorImpl
-
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
-
- doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
Form validation for bucket parameter.
- doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
-
This callback validates the bucket
input field's values.
- doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep.DescriptorImpl
-
This callback validates the bucket
input field's values.
- doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
-
This callback validates the bucket
input field's values.
- doCheckBucketNameWithVars(String) - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManagerDescriptor
-
This specialized override of the bucket name form validation disallows multi-part storage
prefixes (just the bucket name).
- doCheckBucketNameWithVars(String) - Method in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
This callback validates the bucketNameWithVars
input field's values.
- doCheckBucketUri(String) - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
-
This callback validates the bucketNameWithVars
input field's values.
- doCheckLogName(String) - Method in class com.google.jenkins.plugins.storage.StdoutUpload.DescriptorImpl
-
This callback validates the logName
input field's values.
- doCheckLogName(String) - Static method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
-
This callback validates the logName
input field's values.
- doCheckPattern(String) - Method in class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
This callback validates the pattern
input field's values.
- doCheckPattern(String) - Static method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
-
This callback validates the pattern
input field's values.
- Download_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.BuildStepDisplayName
: Google Storage
Download
.
- Download_DownloadException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.DownloadException
: Exception while
performing download
.
- Download_Downloading(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.Downloading
: Downloading: {0} to local
path: {1}
.
- Download_EmptyDir() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.EmptyDir
: Please enter the local directory
to store the files
.
- Download_FoundForPattern(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.FoundForPattern
: Found {0} files to
download from pattern: {1}
.
- Download_UnsupportedAsteriskInBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedAsteriskInBucket
: Wildcards in
bucket name are not supported: {0}
.
- Download_UnsupportedDirSuffix(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedDirSuffix
: Slashes after
wildcards are not yet supported: {0}
.
- Download_UnsupportedMultipleAsterisks(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedMultipleAsterisks
: Multiple
asterisks in the cloud path are not yet supported: {0}
.
- DownloadStep - Class in com.google.jenkins.plugins.storage
-
A step to allow Download from Google Cloud Storage as a Build step and in pipeline.
- DownloadStep(String, String, String) - Constructor for class com.google.jenkins.plugins.storage.DownloadStep
-
DataBoundConstructor for DownloadStep.
- DownloadStep(String, String, String, UploadModule) - Constructor for class com.google.jenkins.plugins.storage.DownloadStep
-
Constructor for DownloadStep.
- DownloadStep.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Descriptor for the DownloadStep
- DownloadStep.StorageObjectId - Class in com.google.jenkins.plugins.storage
-
A class to store StorageObject information in a serializable manner.
- GCS_SCHEME - Static variable in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.DownloadStep.StorageObjectId
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
- getBucket() - Method in exception com.google.jenkins.plugins.storage.InvalidAnnotationException
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- getBucket() - Method in class com.google.jenkins.plugins.storage.util.BucketPath
-
- getBuckets() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
-
- getBuckets() - Method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
- getBuckets() - Method in class com.google.jenkins.plugins.storage.reports.ProjectGcsUploadReport
- getBucketUri() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getBuildNumber() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
-
- getBuildNumber() - Method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
- getBuildNumber() - Method in class com.google.jenkins.plugins.storage.reports.ProjectGcsUploadReport
- getContentDisposition(String, boolean) - Static method in class com.google.jenkins.plugins.storage.HttpHeaders
-
Returns an RFC 6266 Content-Disposition header for the given filename.
- getCredentials() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getCredentials() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.client.ClientFactory
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
-
- getCredentialsId() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- getDefaultProjectId() - Method in class com.google.jenkins.plugins.storage.client.ClientFactory
-
- getDefaultUploads() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader.DescriptorImpl
-
- getDescriptor() - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
- getDescriptor() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
- getDescriptor() - Method in class com.google.jenkins.plugins.storage.DownloadStep
- getDescriptor() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
- getDetails() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- getDetails() - Method in class com.google.jenkins.plugins.storage.ClassicUpload
- getDetails() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager
- getDetails() - Method in class com.google.jenkins.plugins.storage.StdoutUpload
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.StdoutUpload.DescriptorImpl
- getDisplayName() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
- getGoogleCredential(GoogleRobotCredentials) - Static method in class com.google.jenkins.plugins.storage.util.CredentialsUtil
-
Get the Credential from the Google robot credentials for GKE access.
- getIconFileName() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
- getInclusions(Run<?, ?>, FilePath, TaskListener) - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
-
Implementations override this interface in order to surface the set of
FilePath
s the
core logic should upload.
- getInclusions(Run<?, ?>, FilePath, TaskListener) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
Implementations override this interface in order to surface the set of
FilePath
s the
core logic should upload.
- getInclusions(Run<?, ?>, FilePath, TaskListener) - Method in class com.google.jenkins.plugins.storage.ClassicUpload
-
Implementations override this interface in order to surface the set of
FilePath
s the
core logic should upload.
- getInclusions(Run<?, ?>, FilePath, TaskListener) - Method in class com.google.jenkins.plugins.storage.StdoutUpload
-
Implementations override this interface in order to surface the set of
FilePath
s the
core logic should upload.
- getInsertRetryCount() - Method in class com.google.jenkins.plugins.storage.UploadModule
-
- getLocalDirectory() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getLogName() - Method in class com.google.jenkins.plugins.storage.StdoutUpload
-
- getLogName() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- getMetadata(Run<?, ?>) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
Retrieves the metadata to attach to the storage object.
- getModule() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- getModule() - Method in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
- getModule() - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
-
- getModule() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getName() - Method in class com.google.jenkins.plugins.storage.DownloadStep.StorageObjectId
-
- getObject() - Method in class com.google.jenkins.plugins.storage.util.BucketPath
-
- getOrCreateBucket(Storage, GoogleRobotCredentials, Executor, String) - Method in class com.google.jenkins.plugins.storage.AbstractBucketLifecycleManager
-
This overrides the core implementation to provide additional hooks for decorating storage
objects with lifecycle annotations.
- getOrCreateBucket(Storage, GoogleRobotCredentials, Executor, String) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
Fetches or creates an instance of the bucket with the given name with the specified storage
service.
- getParent() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
-
- getPath() - Method in class com.google.jenkins.plugins.storage.util.BucketPath
-
- getPathPrefix() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- getPathPrefix() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- getPathPrefix() - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- getPathPrefix() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- getPattern() - Method in class com.google.jenkins.plugins.storage.ClassicUpload
-
- getPattern() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- getProject() - Method in class com.google.jenkins.plugins.storage.reports.ProjectGcsUploadReport
-
- getProjectAction(AbstractProject<?, ?>) - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
- getRelative(FilePath, FilePath) - Static method in class com.google.jenkins.plugins.storage.util.StorageUtil
-
Compute the relative path of the given file inclusion, relative to the given workspace.
- getRequiredMonitorService() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
- getRequiredMonitorService() - Method in class com.google.jenkins.plugins.storage.DownloadStep
- getRequiredMonitorService() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
- getRequiredMonitorService() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
*
- getRequirement() - Method in class com.google.jenkins.plugins.storage.UploadModule
-
Returns the scope requirement to access the GCS API.
- getRobotCredentials(ItemGroup, ImmutableList<DomainRequirement>, String) - Static method in class com.google.jenkins.plugins.storage.util.CredentialsUtil
-
Get the Google Robot Credentials for the given credentialsId.
- getScopes() - Method in class com.google.jenkins.plugins.storage.StorageScopeRequirement
- getStorageObjects() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
-
- getStorageObjects() - Method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
- getStorageObjects() - Method in class com.google.jenkins.plugins.storage.reports.ProjectGcsUploadReport
- getStorageService(GoogleRobotCredentials, String) - Method in class com.google.jenkins.plugins.storage.UploadModule
-
Given GoogleRobotCredentials and plugin version, return a handle to a Storage object that has
already been authenticated.
- getStrippedFilename(String, String) - Static method in class com.google.jenkins.plugins.storage.util.StorageUtil
-
If a path prefix to strip has been specified, and the input string starts with that prefix,
returns the portion of the input after that prefix.
- getTtl() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager
-
- getTtl() - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
- getUploads() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader.DescriptorImpl
-
- getUploads() - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
-
- getUrlName() - Method in class com.google.jenkins.plugins.storage.reports.AbstractGcsUploadReport
- getVersion() - Method in class com.google.jenkins.plugins.storage.UploadModule
-
- GoogleCloudStorageUploader - Class in com.google.jenkins.plugins.storage
-
A Jenkins plugin for uploading files to Google Cloud Storage (GCS).
- GoogleCloudStorageUploader(String, List<AbstractUpload>) - Constructor for class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
-
Construct the GCS uploader to use the provided credentials to upload build artifacts.
- GoogleCloudStorageUploader.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Descriptor for the extension for uploading build artifacts to Google Cloud Storage.
- GoogleCloudStorageUploader_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key GoogleCloudStorageUploader.DisplayName
: Google
Cloud Storage Plugin
.
- GoogleCloudStorageUploader_ExceptionDuringUpload(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key GoogleCloudStorageUploader.ExceptionDuringUpload
: Exception while uploading files: {0}
.
- setForFailedJobs(boolean) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- setPathPrefix(String) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- setPathPrefix(String) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- setPathPrefix(String) - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
- setPathPrefix(String) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- setSharedPublicly(boolean) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- setSharedPublicly(boolean) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- setSharedPublicly(boolean) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- setShowInline(boolean) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
- setShowInline(boolean) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
- setShowInline(boolean) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- split(String) - Static method in class com.google.jenkins.plugins.storage.DownloadStep
-
Split the string on wildcards ("*").
- staticDoCheckBucket(String) - Static method in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
This callback validates the bucketNameWithVars
input field's values.
- staticDoCheckPattern(String) - Static method in class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
This callback validates the pattern
input field's values.
- StdoutUpload - Class in com.google.jenkins.plugins.storage
-
This upload extension allow the user to upload the build log for the Jenkins build to a given
bucket, with a specified file name.
- StdoutUpload(String, UploadModule, String, String) - Constructor for class com.google.jenkins.plugins.storage.StdoutUpload
-
Construct the Upload with the stock properties, and the additional information about how to
name the build log file.
- StdoutUpload.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
- StdoutUpload_BadChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.BadChar
: Invalid character in log
name: {0} ({1})
.
- StdoutUpload_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.BuildStepDisplayName
: Google Storage
Build Log Upload
.
- StdoutUpload_DetailsMessage(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.DetailsMessage
: {0} (Build Log)
.
- StdoutUpload_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.DisplayName
: Build Log Upload
.
- StdoutUpload_FailToUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.FailToUpload
: Could not perform build
log upload
.
- StdoutUpload_LogNameRequired() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.LogNameRequired
: A log name is
required
.
- StdoutUploadStep - Class in com.google.jenkins.plugins.storage
-
- StdoutUploadStep(String, String, String) - Constructor for class com.google.jenkins.plugins.storage.StdoutUploadStep
-
- StdoutUploadStep(String, String, Optional<UploadModule>, String) - Constructor for class com.google.jenkins.plugins.storage.StdoutUploadStep
-
Construct the StdoutUpload uploader to use the provided credentials to upload build artifacts.
- StdoutUploadStep.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
- storageClient() - Method in class com.google.jenkins.plugins.storage.client.ClientFactory
-
- StorageClient - Class in com.google.jenkins.plugins.storage.client
-
Client for communicating with the Google GCS API.
- StorageClient(Storage) - Constructor for class com.google.jenkins.plugins.storage.client.StorageClient
-
- StorageObjectId(StorageObject) - Constructor for class com.google.jenkins.plugins.storage.DownloadStep.StorageObjectId
-
- StorageScopeRequirement - Class in com.google.jenkins.plugins.storage
-
The required OAuth2 scopes for managing Google Cloud Storage buckets and objects.
- StorageScopeRequirement() - Constructor for class com.google.jenkins.plugins.storage.StorageScopeRequirement
-
- StorageUtil - Class in com.google.jenkins.plugins.storage.util
-
A class to contain common utility operations
- StorageUtil() - Constructor for class com.google.jenkins.plugins.storage.util.StorageUtil
-
- StorageUtil_PrefixFormat(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StorageUtil.PrefixFormat
: [{0}] {1}
.
- _AbstractBucketLifecycleManagerDescriptor_MultiPartBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractBucketLifecycleManagerDescriptor.MultiPartBucket
:
Bucket name cannot contain multiple parts: {0}
.
- _AbstractGcsUploadReport_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractGcsUploadReport.DisplayName
: Google Cloud
Storage Upload Report
.
- _AbstractGcsUploadReport_DisplayName() - Static method in class com.google.jenkins.plugins.storage.reports.Messages
-
Key AbstractGcsUploadReport.DisplayName
: Google Cloud
Storage Upload Report
.
- _AbstractUpload_BucketObjectAclsError(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.BucketObjectAclsError
: Unable to
access the default object ACLs for bucket: {0}
.
- _AbstractUpload_ExceptionFileUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ExceptionFileUpload
: exception
uploading file
.
- _AbstractUpload_ExceptionGetBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ExceptionGetBucket
: exception
fetching/creating bucket: {0}
.
- _AbstractUpload_ForbiddenFileUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.ForbiddenFileUpload
: You aren't
authorized to upload files to this bucket.
.
- _AbstractUpload_IncludeException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.IncludeException
: Exception while
resolving inclusions.
.
- _AbstractUpload_NullAccessError() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.NullAccessError
: Null object
provided in access control list
.
- _AbstractUpload_RemoteCredentialError() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.RemoteCredentialError
: An error
occured preparing to use the provided credential remotely
.
- _AbstractUpload_UploadError(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.UploadError
: Encountered an
exception during upload, attempt: {0}
.
- _AbstractUpload_UploadException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.UploadException
: Exception while
performing upload
.
- _AbstractUpload_Uploading(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUpload.Uploading
: Uploading: {0}
.
- _AbstractUploadDescriptor_BadBucketChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.BadBucketChar
: Invalid
character in bucket: {0} ({1})
.
- _AbstractUploadDescriptor_BadPrefix(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.BadPrefix
: Resolved
storage location must begin with {1}, saw: {0}
.
- _AbstractUploadDescriptor_DollarSuggest() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.DollarSuggest
: Possible
unresolved variable?
.
- _AbstractUploadDescriptor_EmptyBucketName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key AbstractUploadDescriptor.EmptyBucketName
: Bucket
name is empty
.
- _ClassicUpload_BadGlobChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.BadGlobChar
: Invalid character in
pattern: {0} ({1})
.
- _ClassicUpload_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.BuildStepDisplayName
: Google Storage
Classic Upload
.
- _ClassicUpload_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.DisplayName
: Classic Upload
.
- _ClassicUpload_EmptyGlob() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.EmptyGlob
: File pattern is empty
.
- _ClassicUpload_FoundForPattern(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.FoundForPattern
: Found {0} files to
upload from pattern: {1}
.
- _ClassicUpload_NoArtifacts(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ClassicUpload.NoArtifacts
: No artifacts found
matching pattern: {0}
.
- _ClientFactory_FailedToInitializeHTTPTransport(Object) - Static method in class com.google.jenkins.plugins.storage.client.Messages
-
Key ClientFactory.FailedToInitializeHTTPTransport
: Failed to initialize HTTP transport: {0}
.
- _CredentialsUtil_FailedToInitializeHTTPTransport(Object) - Static method in class com.google.jenkins.plugins.storage.util.Messages
-
Key CredentialsUtil.FailedToInitializeHTTPTransport
: Failed to initialize HTTP transport: {0}
.
- _CredentialsUtil_FailedToRetrieveCredentials(Object) - Static method in class com.google.jenkins.plugins.storage.util.Messages
-
Key CredentialsUtil.FailedToRetrieveCredentials
: Could
not retrieve credentials: {0}
.
- _Download_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.BuildStepDisplayName
: Google Storage
Download
.
- _Download_DownloadException() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.DownloadException
: Exception while
performing download
.
- _Download_Downloading(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.Downloading
: Downloading: {0} to local
path: {1}
.
- _Download_EmptyDir() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.EmptyDir
: Please enter the local directory
to store the files
.
- _Download_FoundForPattern(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.FoundForPattern
: Found {0} files to
download from pattern: {1}
.
- _Download_UnsupportedAsteriskInBucket(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedAsteriskInBucket
: Wildcards in
bucket name are not supported: {0}
.
- _Download_UnsupportedDirSuffix(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedDirSuffix
: Slashes after
wildcards are not yet supported: {0}
.
- _Download_UnsupportedMultipleAsterisks(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key Download.UnsupportedMultipleAsterisks
: Multiple
asterisks in the cloud path are not yet supported: {0}
.
- _ExpiringBucketLifecycleManager_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ExpiringBucketLifecycleManager.BuildStepDisplayName
:
Google Storage Bucket Lifecycle
.
- _ExpiringBucketLifecycleManager_DetailsMessage(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ExpiringBucketLifecycleManager.DetailsMessage
: Contents expire in {0} days
.
- _ExpiringBucketLifecycleManager_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ExpiringBucketLifecycleManager.DisplayName
: Bucket
with expiring elements lifecycle
.
- _ExpiringBucketLifecycleManager_FailToSetExpiration() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key ExpiringBucketLifecycleManager.FailToSetExpiration
: Could not configure time to live for bucket
.
- _GoogleCloudStorageUploader_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key GoogleCloudStorageUploader.DisplayName
: Google
Cloud Storage Plugin
.
- _GoogleCloudStorageUploader_ExceptionDuringUpload(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key GoogleCloudStorageUploader.ExceptionDuringUpload
: Exception while uploading files: {0}
.
- _StdoutUpload_BadChar(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.BadChar
: Invalid character in log
name: {0} ({1})
.
- _StdoutUpload_BuildStepDisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.BuildStepDisplayName
: Google Storage
Build Log Upload
.
- _StdoutUpload_DetailsMessage(Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.DetailsMessage
: {0} (Build Log)
.
- _StdoutUpload_DisplayName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.DisplayName
: Build Log Upload
.
- _StdoutUpload_FailToUpload() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.FailToUpload
: Could not perform build
log upload
.
- _StdoutUpload_LogNameRequired() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StdoutUpload.LogNameRequired
: A log name is
required
.
- _StorageUtil_PrefixFormat(Object, Object) - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key StorageUtil.PrefixFormat
: [{0}] {1}
.
- _UploadModule_AppName() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key UploadModule.AppName
: Jenkins-GCS-Plugin
.
- _UploadModule_ExceptionStorageService() - Static method in class com.google.jenkins.plugins.storage.Messages
-
Key UploadModule.ExceptionStorageService
: exception
accessing storage service
.