@Internal
public interface BambooSharedProperties
Modifier and Type | Method and Description |
---|---|
boolean |
configFileExists() |
@NotNull String |
getBuildNumber() |
@NotNull Path |
getConfigFilePath() |
void |
load() |
void |
save() |
void |
setBuildNumber(String buildNumber) |
@NotNull @NotNull String getBuildNumber() throws com.atlassian.config.ConfigurationException
com.atlassian.config.ConfigurationException
void setBuildNumber(String buildNumber) throws com.atlassian.config.ConfigurationException
com.atlassian.config.ConfigurationException
boolean configFileExists()
@NotNull @NotNull Path getConfigFilePath()
void save() throws com.atlassian.config.ConfigurationException
com.atlassian.config.ConfigurationException
void load() throws com.atlassian.config.ConfigurationException
com.atlassian.config.ConfigurationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.