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 String
getAnalyzedVersion()
Returns the last revision, that was analyzed to check whether it is related to Versioned SettingsString
getAppliedVersion()
Returns the revision of current project settings, last successfully appliedLong
getRootInstanceId()
boolean
isInRoot(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)
-
-