Class FishEyeRepositoryViewerProperties

    • Constructor Detail

      • FishEyeRepositoryViewerProperties

        public FishEyeRepositoryViewerProperties​(@NotNull
                                                 @NotNull java.lang.String fishEyeUrl,
                                                 @NotNull
                                                 @NotNull java.lang.String repositoryName,
                                                 @Nullable
                                                 @Nullable java.lang.String repositoryPath)
                                          throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getFishEyeUrl

        @NotNull
        public @NotNull java.lang.String getFishEyeUrl()
      • getRepositoryName

        @NotNull
        public @NotNull java.lang.String getRepositoryName()
      • getRepositoryPath

        @Nullable
        public @Nullable java.lang.String getRepositoryPath()