Class CloudImageData

    • Constructor Detail

      • CloudImageData

        public CloudImageData()
    • Method Detail

      • getId

        @Nullable
        public abstract String getId()
      • getAgentPoolId

        @Nullable
        public abstract Integer getAgentPoolId()
      • getProfileId

        @Nullable
        public abstract String getProfileId()
        Since:
        2018.1
      • getParameter

        @Nullable
        public abstract String getParameter​(@NotNull
                                            String paramName)
      • getParameterNames

        @NotNull
        public abstract Set<String> getParameterNames()