Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- 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
-
The descriptor for our new
AbstractBucketLifecycleManagerextension point. - 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
-
Common functionalities for
BuildGcsUploadReportandProjectGcsUploadReport. - 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_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}. - AbstractUpload.UploadSpec - Class in com.google.jenkins.plugins.storage
-
This tuple is used to return the modified workspace and collection of
FilePaths to upload toAbstractUpload.perform(java.lang.String, hudson.model.AbstractBuild<?, ?>, hudson.model.TaskListener). - AbstractUploadDescriptor - Class in com.google.jenkins.plugins.storage
-
Descriptor from which Upload extensions must derive their descriptor.
- AbstractUploadDescriptor(Class<? extends AbstractUpload>) - Constructor for class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
-
Create the descriptor of the Upload from it's type of
AbstractUpload. - 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_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
-
Gives all registered
AbstractUploads. - 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
StorageObjectwith metadata before uploading it to cloud storage. - APPLICATION_NAME - Static variable in class com.google.jenkins.plugins.storage.client.ClientFactory
B
- BucketPath - Class in com.google.jenkins.plugins.storage.util
-
Handles cloud uris and their parsing.
- BucketPath(String) - Constructor for class com.google.jenkins.plugins.storage.util.BucketPath
-
Prepares a new BucketPath.
- BucketPath(String, String) - Constructor for class com.google.jenkins.plugins.storage.util.BucketPath
-
Initializes BucketPath directly, with no parsing or substitutions.
- BuildGcsUploadReport - Class in com.google.jenkins.plugins.storage.reports
-
A build
Actionto surface direct links of objects uploaded through theStdoutUploadListener to the Jenkins UI. - BuildGcsUploadReport(Run<?, ?>) - Constructor for class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
C
- 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_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}. - ClassicUpload.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Denotes this is an
AbstractUploadplugin - ClassicUploadStep - Class in com.google.jenkins.plugins.storage
-
Build Step wrapper for
ClassicUpload. - ClassicUploadStep(String, String, UploadModule, String) - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep
-
Construct the classic upload step.
- ClassicUploadStep(String, String, String) - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep
-
DataBoundConstructor for 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
-
Creates a
ClientFactoryinstance. - ClientFactory(ItemGroup, String) - Constructor for class com.google.jenkins.plugins.storage.client.ClientFactory
-
Creates a
ClientFactoryinstance 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}.
D
- 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() - Constructor for class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
- DescriptorImpl() - Constructor for class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
-
Constructor for
DownloadStep's DescriptorImpl. - DescriptorImpl() - 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() - Constructor for class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
- DescriptorImpl(Class<? extends ClassicUpload>) - Constructor for class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
- DescriptorImpl(Class<? extends ExpiringBucketLifecycleManager>) - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager.DescriptorImpl
- DescriptorImpl(Class<? extends StdoutUpload>) - Constructor for class com.google.jenkins.plugins.storage.StdoutUpload.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
bucketinput field's values. - doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep.DescriptorImpl
-
This callback validates the
bucketinput field's values. - doCheckBucket(String) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
-
This callback validates the
bucketinput 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
bucketNameWithVarsinput field's values. - doCheckBucketUri(String) - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
-
This callback validates the
bucketNameWithVarsinput field's values. - doCheckLogName(String) - Method in class com.google.jenkins.plugins.storage.StdoutUpload.DescriptorImpl
-
This callback validates the
logNameinput field's values. - doCheckLogName(String) - Static method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
-
This callback validates the
logNameinput field's values. - doCheckPattern(String) - Method in class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
This callback validates the
patterninput field's values. - doCheckPattern(String) - Static method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
-
This callback validates the
patterninput 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.
E
- error() - Method in class com.google.jenkins.plugins.storage.util.BucketPath
-
Determines if this is an invalid
BucketPath. - executeMediaAsInputStream(Storage.Objects.Get) - Method in class com.google.jenkins.plugins.storage.UploadModule
-
Returns an InputStream for the given GCS object.
- ExpiringBucketLifecycleManager - Class in com.google.jenkins.plugins.storage
-
A simple implementation of the bucket lifecycle extension point that surfaces object expiration (aka TTL).
- ExpiringBucketLifecycleManager(String, UploadModule, Integer, String, Integer) - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManager
-
Construct the simple lifecycle manager from a TLL and the common properties.
- 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. - ExpiringBucketLifecycleManager.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Denotes this is an
AbstractUploadplugin - ExpiringBucketLifecycleManagerStep - Class in com.google.jenkins.plugins.storage
-
Build Step wrapper for
ExpiringBucketLifecycleManagerto be run in pipelines. - ExpiringBucketLifecycleManagerStep(String, String, Integer) - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
Constructs a new
ExpiringBucketLifecycleManagerStep. - ExpiringBucketLifecycleManagerStep(String, String, Optional<UploadModule>, Integer) - Constructor for class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
Construct the ExpiringBucketLifecycleManager uploader to use the provided credentials to set number of days after which to delete data stored in the specified GCS bucket.
- ExpiringBucketLifecycleManagerStep.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Descriptor for
ExpiringBucketLifecycleManagerStep
F
- forResult(Result) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
Determine whether we should upload the pattern for the given build result.
- forResult(Result) - Method in class com.google.jenkins.plugins.storage.StdoutUpload
-
Determine whether we should upload the pattern for the given build result.
G
- 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
FilePaths 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
FilePaths 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
FilePaths 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
FilePaths 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_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}. - GoogleCloudStorageUploader.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Descriptor for the extension for uploading build artifacts to Google Cloud Storage.
H
- HttpHeaders - Class in com.google.jenkins.plugins.storage
-
Utility class for building HTTP header values.
I
- inclusions - Variable in class com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
- initCredentials() - Method in interface com.google.jenkins.plugins.storage.util.RetryStorageOperation.RepeatOperation
- initialize(HttpRequest) - Method in class com.google.jenkins.plugins.storage.client.RetryHttpInitializerWrapper
-
Initialize an HttpRequest.
- InvalidAnnotationException - Exception in com.google.jenkins.plugins.storage
-
This exception is intended to be thrown by implementations of the hook
AbstractBucketLifecycleManager.checkBucket(com.google.api.services.storage.model.Bucket)when a bucket is not properly annotated. - InvalidAnnotationException(Bucket) - Constructor for exception com.google.jenkins.plugins.storage.InvalidAnnotationException
-
Constructor for the exception.
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep.DescriptorImpl
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader.DescriptorImpl
- isApplicable(Class<? extends AbstractProject>) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
- isForFailedJobs() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
- isSharedPublicly() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
- isSharedPublicly() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
- isSharedPublicly() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
- isShowInline() - Method in class com.google.jenkins.plugins.storage.AbstractUpload
- isShowInline() - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
- isShowInline() - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
L
- lookupCredentials(String) - Static method in class com.google.jenkins.plugins.storage.util.StorageUtil
-
Look up credentials by name.
M
- MAX_REMOTE_CREDENTIAL_EXPIRED_RETRIES - Static variable in class com.google.jenkins.plugins.storage.util.RetryStorageOperation
- Messages - Class in com.google.jenkins.plugins.storage.client
-
Generated localization support class.
- Messages - Class in com.google.jenkins.plugins.storage
-
Generated localization support class.
- Messages - Class in com.google.jenkins.plugins.storage.reports
-
Generated localization support class.
- Messages - Class in com.google.jenkins.plugins.storage.util
-
Generated localization support class.
- Messages() - Constructor for class com.google.jenkins.plugins.storage.client.Messages
- Messages() - Constructor for class com.google.jenkins.plugins.storage.Messages
- Messages() - Constructor for class com.google.jenkins.plugins.storage.reports.Messages
- Messages() - Constructor for class com.google.jenkins.plugins.storage.util.Messages
- moreWork() - Method in interface com.google.jenkins.plugins.storage.util.RetryStorageOperation.RepeatOperation
N
- newExecutor() - Method in class com.google.jenkins.plugins.storage.UploadModule
-
Interface for requesting the
Executorfor executing requests. - newInstance(StaplerRequest2, JSONObject) - Method in class com.google.jenkins.plugins.storage.AbstractUploadDescriptor
- newInstance(StaplerRequest2, JSONObject) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep.DescriptorImpl
- newInstance(StaplerRequest2, JSONObject) - Method in class com.google.jenkins.plugins.storage.DownloadStep.DescriptorImpl
- newInstance(StaplerRequest2, JSONObject) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep.DescriptorImpl
O
- of(AbstractProject<?, ?>) - Static method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
- of(Run<?, ?>) - Static method in class com.google.jenkins.plugins.storage.reports.BuildGcsUploadReport
P
- perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.google.jenkins.plugins.storage.GoogleCloudStorageUploader
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.google.jenkins.plugins.storage.ClassicUploadStep
-
The main entry point of this extension.
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.google.jenkins.plugins.storage.DownloadStep
-
The main entry point of this extension.
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.google.jenkins.plugins.storage.ExpiringBucketLifecycleManagerStep
-
*
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.google.jenkins.plugins.storage.StdoutUploadStep
-
*
- perform(String, AbstractBuild<?, ?>, TaskListener) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
This method allows the old signature for compatibility reasons.
- perform(String, Run<?, ?>, FilePath, TaskListener) - Method in class com.google.jenkins.plugins.storage.AbstractUpload
-
The main action entry point of this extension.
- performRequestWithReinitCredentials(RetryStorageOperation.RepeatOperation<Ex>) - Static method in class com.google.jenkins.plugins.storage.util.RetryStorageOperation
- performRequestWithReinitCredentials(RetryStorageOperation.RepeatOperation<Ex>, int) - Static method in class com.google.jenkins.plugins.storage.util.RetryStorageOperation
-
Keeps performing actions until credentials expire.
- performRequestWithRetry(Executor, RetryStorageOperation.Operation, int) - Static method in class com.google.jenkins.plugins.storage.util.RetryStorageOperation
-
Perform the given operation retrying on error.
- prefix(String) - Method in class com.google.jenkins.plugins.storage.UploadModule
-
Prefix the given log message with our module name.
- ProjectGcsUploadReport - Class in com.google.jenkins.plugins.storage.reports
-
The model for contributing project actions aren't the same as build action.
- ProjectGcsUploadReport(AbstractProject<?, ?>) - Constructor for class com.google.jenkins.plugins.storage.reports.ProjectGcsUploadReport
R
- replaceMacro(String, Run<?, ?>, TaskListener) - Static method in class com.google.jenkins.plugins.storage.util.StorageUtil
-
Perform variable expansion for non-pipeline steps.
- RetryHttpInitializerWrapper - Class in com.google.jenkins.plugins.storage.client
-
RetryHttpInitializerWrapper will automatically retry upon RPC failures, preserving the auto-refresh behavior of the Google Credentials.
- RetryHttpInitializerWrapper(Credential) - Constructor for class com.google.jenkins.plugins.storage.client.RetryHttpInitializerWrapper
-
A constructor using the default Sleeper.
- RetryStorageOperation - Class in com.google.jenkins.plugins.storage.util
-
A class to facilitate retries on storage operations.
- RetryStorageOperation() - Constructor for class com.google.jenkins.plugins.storage.util.RetryStorageOperation
- RetryStorageOperation.Operation - Interface in com.google.jenkins.plugins.storage.util
-
An operation to be retried
- RetryStorageOperation.RepeatOperation<Ex extends Throwable> - Interface in com.google.jenkins.plugins.storage.util
-
An action that may fail because of expired credentials.
S
- 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
bucketNameWithVarsinput field's values. - staticDoCheckPattern(String) - Static method in class com.google.jenkins.plugins.storage.ClassicUpload.DescriptorImpl
-
This callback validates the
patterninput 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_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. - StdoutUpload.DescriptorImpl - Class in com.google.jenkins.plugins.storage
-
Denotes this is an
AbstractUploadplugin - StdoutUploadStep - Class in com.google.jenkins.plugins.storage
-
Build Step wrapper for
StdoutUploadto be run in pipelines. - StdoutUploadStep(String, String, String) - Constructor for class com.google.jenkins.plugins.storage.StdoutUploadStep
-
Constructs a new
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
-
Descriptor for
StdoutUploadStep - storageClient() - Method in class com.google.jenkins.plugins.storage.client.ClientFactory
-
Creates a new
StorageClient. - 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
-
Constructs a new
StorageClientinstance. - 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}.
U
- UploadException - Exception in com.google.jenkins.plugins.storage
-
The class of exceptions that occur during actions of
AbstractUploads - UploadException(String) - Constructor for exception com.google.jenkins.plugins.storage.UploadException
- UploadException(String, Throwable) - Constructor for exception com.google.jenkins.plugins.storage.UploadException
- UploadModule - Class in com.google.jenkins.plugins.storage
-
This module abstracts how the Upload implementations instantiate their connection to the Storage service.
- UploadModule() - Constructor for class com.google.jenkins.plugins.storage.UploadModule
- 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. - UploadSpec(FilePath, List<FilePath>) - Constructor for class com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
- uploadToBucket(String, String, InputStreamContent) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Uploads item with path pattern to Google Cloud Storage bucket of name bucket.
- uploadToBucketRequest(String, String, InputStreamContent) - Method in class com.google.jenkins.plugins.storage.client.StorageClient
-
Helper method to return the insert request.
W
- workspace - Variable in class com.google.jenkins.plugins.storage.AbstractUpload.UploadSpec
_
- _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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form