Class FishEyeRepositoryViewerProperties

  • All Implemented Interfaces:
    com.atlassian.bamboo.specs.api.model.EntityProperties, com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties

    @Immutable
    public final class FishEyeRepositoryViewerProperties
    extends java.lang.Object
    implements com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
    • Constructor Detail

      • FishEyeRepositoryViewerProperties

        public FishEyeRepositoryViewerProperties​(@NotNull
                                                 @NotNull java.lang.String fishEyeUrl,
                                                 @NotNull
                                                 @NotNull java.lang.String repositoryName,
                                                 @Nullable
                                                 @Nullable java.lang.String repositoryPath)
                                          throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
        Throws:
        com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
    • Method Detail

      • equals

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

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
      • getAtlassianPlugin

        @NotNull
        public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
        Specified by:
        getAtlassianPlugin in interface com.atlassian.bamboo.specs.api.model.repository.viewer.VcsRepositoryViewerProperties
      • 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()