Class RestArtifactHandler


  • public class RestArtifactHandler
    extends SimpleRestArtifactHandler
    Model class to represent an artifact handler.
    Since:
    5.10
    • Constructor Detail

      • RestArtifactHandler

        public RestArtifactHandler()
      • RestArtifactHandler

        public RestArtifactHandler​(@Nullable
                                   @Nullable Boolean sharedArtifactsEnabled,
                                   @Nullable
                                   @Nullable Boolean nonsharedArtifactsEnabled)
    • Method Detail

      • getAttributes

        @Nullable
        public @Nullable Map<String,​String> getAttributes()
      • addAttribute

        public void addAttribute​(@NotNull
                                 @NotNull String name,
                                 @NotNull
                                 @NotNull String value)
      • setAttributes

        public void setAttributes​(@NotNull
                                  @NotNull Map<String,​String> attributes)