Interface ServerInstallationsManager
-
- All Known Implementing Classes:
ServerInstallationsManagerImpl
public interface ServerInstallationsManagerManages TeamCity server installation infos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisServerInstallationSuspicious()voidpersistCurrentInstallation()Persist current installationCollection<String>validateServerInstallation()
-
-
-
Method Detail
-
persistCurrentInstallation
void persistCurrentInstallation() throws IOExceptionPersist current installation- Throws:
IOException
-
validateServerInstallation
@NotNull Collection<String> validateServerInstallation()
- Returns:
- keys of invalid parameters of this installation
-
isServerInstallationSuspicious
boolean isServerInstallationSuspicious()
- Returns:
- true if current installation is either not stored either has invalid parameters
-
-