Class CurrentVersionInfo
- java.lang.Object
-
- com.intellij.openapi.util.Trinity<Long,String,String>
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.CurrentVersionInfo
-
-
Constructor Summary
Constructors Constructor Description CurrentVersionInfo(Long rootInstanceId, String appliedVersion, String analyzedVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnalyzedVersion()Returns the last revision, that was analyzed to check whether it is related to Versioned SettingsStringgetAppliedVersion()Returns the revision of current project settings, last successfully appliedLonggetRootInstanceId()booleanisInRoot(VcsRootInstance root)
-
-
-
Method Detail
-
getRootInstanceId
@Nullable public Long getRootInstanceId()
-
getAppliedVersion
@NotNull public String getAppliedVersion()
Returns the revision of current project settings, last successfully applied- Returns:
- see above
-
getAnalyzedVersion
@NotNull public String getAnalyzedVersion()
Returns the last revision, that was analyzed to check whether it is related to Versioned Settings- Returns:
- See Also:
ApplySettingsChangesListener
-
isInRoot
public boolean isInRoot(@NotNull VcsRootInstance root)
-
-