Interface ProviderSettings


  • public interface ProviderSettings
    • Method Detail

      • getVcsAuthType

        @Nullable
        VcsAuthType getVcsAuthType()
      • getVcsUrl

        @NotNull
        String getVcsUrl()
      • isAuthenticationDataAvailable

        boolean isAuthenticationDataAvailable()
      • getServerUrl

        String getServerUrl()
      • getProject

        @Nullable
        String getProject()
      • isCustomSettings

        boolean isCustomSettings()
      • isInvalid

        boolean isInvalid()
      • getConnectionId

        @Nullable
        String getConnectionId()
      • getFeatureId

        @Nullable
        String getFeatureId()