Uses of Class
jetbrains.buildServer.vcs.VcsChangeInfo.ContentType
-
Packages that use VcsChangeInfo.ContentType Package Description jetbrains.buildServer.serverSide.impl jetbrains.buildServer.vcs jetbrains.vcs.api.services -
-
Uses of VcsChangeInfo.ContentType in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsChangeInfo.ContentType Modifier and Type Method Description byte[]
MockVcsSupport. getContent(VcsModification parentModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
-
Uses of VcsChangeInfo.ContentType in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return VcsChangeInfo.ContentType Modifier and Type Method Description static VcsChangeInfo.ContentType
VcsChangeInfo.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VcsChangeInfo.ContentType[]
VcsChangeInfo.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.vcs with parameters of type VcsChangeInfo.ContentType Modifier and Type Method Description byte[]
VcsFileContentProvider. getContent(VcsModification vcsModification, VcsChangeInfo change, VcsChangeInfo.ContentType contentType, VcsRoot vcsRoot)
Get binary content of the single file in modification set. -
Uses of VcsChangeInfo.ContentType in jetbrains.vcs.api.services
Methods in jetbrains.vcs.api.services with parameters of type VcsChangeInfo.ContentType Modifier and Type Method Description void
FileContentService. getContent(String version, VcsChangeInfo change, VcsChangeInfo.ContentType direction, OutputStream targetStream)
Get binary content of the single file in modification set.
-