Class BlobStoreEntry

    • Field Detail

      • container

        public final String container
        The container where the file is saved. See http://www.jclouds.org/documentation/userguide/blobstore-guide#container
      • path

        public final String path
        The sub path under the container where the file is saved.
      • sourceFile

        public final String sourceFile
        The source file relative to the workspace directory, which needs to be uploaded to the container.
      • keepHierarchy

        public final boolean keepHierarchy
        Whether or not the sourceFile's path relative to the workspace should be preserved upon upload to the Blobstore.
      • allowEmptyFileset

        public final boolean allowEmptyFileset
        Whether an empty file is allowed without failing the build.
      • onlyIfSuccessful

        public final boolean onlyIfSuccessful
        Whether to publish only for successful builds.
    • Constructor Detail

      • BlobStoreEntry

        @DataBoundConstructor
        public BlobStoreEntry​(String container,
                              String path,
                              String sourceFile,
                              boolean keepHierarchy,
                              boolean allowEmptyFileset,
                              boolean onlyIfSuccessful)