Class ConsoleSampleGitImportSourceService

    • Constructor Detail

      • ConsoleSampleGitImportSourceService

        public ConsoleSampleGitImportSourceService()
        No args constructor for use in serialization
      • ConsoleSampleGitImportSourceService

        public ConsoleSampleGitImportSourceService​(Integer targetPort)
    • Method Detail

      • getTargetPort

        public Integer getTargetPort()
        targetPort is the port that the service listens on for HTTP requests. This port will be used for Service created for this sample. Port must be in the range 1 to 65535. Default port is 8080.
      • setTargetPort

        public void setTargetPort​(Integer targetPort)
        targetPort is the port that the service listens on for HTTP requests. This port will be used for Service created for this sample. Port must be in the range 1 to 65535. Default port is 8080.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)