Package jetbrains.buildServer.vcs
Interface VcsOperationContext
-
public interface VcsOperationContext
This object provides a context where some specific VCS operation is performed. SeeUrlSupport.convertToVcsRootProperties(VcsUrl)
.- Since:
- 2018.1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCurrentProjectId()
-
-
-
Method Detail
-
getCurrentProjectId
@Nullable String getCurrentProjectId()
- Returns:
- internal id of a project where operation is performed or null if operation is not related to any project
-
-