Class AbstractGcsUploadReport

    • Method Detail

      • getParent

        public Actionable getParent()
        Returns:
        the parent object of this action. For a build action, this is the containing build. For a project action, this is the containing project.
      • getBuildNumber

        @Nullable
        public abstract Integer getBuildNumber()
        Returns:
        the build number of this report.
      • getStorageObjects

        public abstract Set<String> getStorageObjects()
        Returns:
        the uploaded objects (qualified with bucket name).
      • getBuckets

        public abstract Set<String> getBuckets()
        Returns:
        the buckets that were used as upload destinations.