Interface ProviderSettings
-
public interface ProviderSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConnectionId()HttpCredentialsgetCredentials()StringgetFeatureId()StringgetOwner()StringgetProject()StringgetRepo()StringgetServerUrl()VcsAuthTypegetVcsAuthType()StringgetVcsUrl()booleanisAuthenticationDataAvailable()booleanisCustomSettings()booleanisInvalid()
-
-
-
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()
-
-