Interface ProviderSettings
-
public interface ProviderSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConnectionId()
HttpCredentials
getCredentials()
String
getFeatureId()
String
getOwner()
String
getProject()
String
getRepo()
String
getServerUrl()
VcsAuthType
getVcsAuthType()
String
getVcsUrl()
boolean
isAuthenticationDataAvailable()
boolean
isCustomSettings()
boolean
isInvalid()
-
-
-
Method Detail
-
getVcsAuthType
@Nullable VcsAuthType getVcsAuthType()
-
getVcsUrl
@NotNull String getVcsUrl()
-
isAuthenticationDataAvailable
boolean isAuthenticationDataAvailable()
-
getCredentials
@Nullable HttpCredentials getCredentials()
-
getOwner
String getOwner()
-
getRepo
String getRepo()
-
getServerUrl
String getServerUrl()
-
getProject
@Nullable String getProject()
-
isCustomSettings
boolean isCustomSettings()
-
isInvalid
boolean isInvalid()
-
getConnectionId
@Nullable String getConnectionId()
-
getFeatureId
@Nullable String getFeatureId()
-
-