Uses of Interface
jetbrains.buildServer.Build
-
-
Uses of Build in jetbrains
Methods in jetbrains that return Build Modifier and Type Method Description Build
MockBuildType. getBuildByBuildNumber(String buildNumber)
-
Uses of Build in jetbrains.buildServer
Subinterfaces of Build in jetbrains.buildServer Modifier and Type Interface Description interface
RunningBuild
Running build specific informationClasses in jetbrains.buildServer that implement Build Modifier and Type Class Description class
MockBuild
Methods in jetbrains.buildServer that return Build Modifier and Type Method Description Build
BuildTypeStatusDescriptor. getBuild()
Returns the build which was used to get build type status, null if status isStatus.UNKNOWN
Build
BuildType. getBuildByBuildNumber(String buildNumber)
Returns most recent build instance with specified build number.Build
UserChangeInfo.BuildTypeChangeStatus. getCurrentBuild()
Returns either the first successful build which contains this change or latest build with this change if there were no successful builds with this change.Build
UserChangeInfo. getCurrentBuild(BuildType type)
Returns last build for the specified configuration, which contains the change.Build
UserChangeInfo.BuildTypeChangeStatus. getFirstBuildWithChange()
Get first build which contains this changeBuild
UserChangeInfo. getFirstRunIn(BuildType type)
Returns build instance, according to affected configuration, null if change is pending for the configurationBuild
UserChangeInfo. getFixedIn(BuildType type)
Returns first successful build for the specified configuration, which contains the change.Build
UserChangeInfo.BuildTypeChangeStatus. getFixedInBuild()
Get first successful build with this changeBuild
BuildType. getLastChangesFinished()
Returns last finished instance for the build configuration with last user changes (personal builds and canceled builds are excluded).Build
BuildType. getLastChangesSuccessfullyFinished()
Returns last successfully finished build in the configuration with last user changes, personal builds are not consideredMethods in jetbrains.buildServer that return types with arguments of type Build Modifier and Type Method Description List<Build>
UserChangeInfo. getAllInstances()
Returns list of build instance representatives for each build configuration where this change has been first included.Methods in jetbrains.buildServer with parameters of type Build Modifier and Type Method Description BuildInstanceData
DataFactory. createData(Build instance, User user)
static BuildInstanceData
BuildInstanceData. createOn(Build buildInstance, BuildTypeData buildType)
void
UserChangeInfo. setCurrent(BuildType type, Build instance)
Set current build of the change in corresponding build configurationprotected void
UserChangeInfo.BuildTypeChangeStatus. setCurrentBuild(Build currentBuild)
Set the current build.protected void
UserChangeInfo.BuildTypeChangeStatus. setFirstBuildWithChange(Build firstBuildWithChange)
Sets first build which contains this change.void
UserChangeInfo. setFirstRunIn(BuildType type, Build instance)
Set the first build which contains this change in given build configurationvoid
UserChangeInfo. setFixedIn(BuildType type, Build instance)
protected void
UserChangeInfo.BuildTypeChangeStatus. setFixedInBuild(Build fixedInBuild)
Set first successful build with this changeMethod parameters in jetbrains.buildServer with type arguments of type Build Modifier and Type Method Description static List<BuildInstanceData>
BuildInstanceData. convertBuildsToDatas(List<? extends Build> builds, DataFactory factory, User user)
-
Uses of Build in jetbrains.buildServer.controllers.artifacts
Methods in jetbrains.buildServer.controllers.artifacts with parameters of type Build Modifier and Type Method Description static void
RepositoryUtil. logArtifactDownload(javax.servlet.http.HttpServletRequest request, DownloadedArtifactsLogger artifactsLogger, Build sourceBuild, String artifactPath)
static org.springframework.web.servlet.ModelAndView
RepositoryUtil. redirectedView(javax.servlet.http.HttpServletRequest request, Build build)
-
Uses of Build in jetbrains.buildServer.controllers.viewLog
Methods in jetbrains.buildServer.controllers.viewLog that return types with arguments of type Build Modifier and Type Method Description Collection<Build>
DependenciesBean. getArtifactsSourceBuilds()
Collection<Build>
DependenciesBean. getArtifactsTargetBuilds()
Methods in jetbrains.buildServer.controllers.viewLog with parameters of type Build Modifier and Type Method Description TreePrinter
DependenciesBean. getDownloadedArtifacts(Build build)
TreePrinter
DependenciesBean. getProvidedArtifacts(Build build)
-
Uses of Build in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification with parameters of type Build Modifier and Type Method Description void
MockNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
void
Notificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
Called when labeling failed for the build.void
NotificatorAdapter. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)
-
Uses of Build in jetbrains.buildServer.serverSide
Subinterfaces of Build in jetbrains.buildServer.serverSide Modifier and Type Interface Description interface
BuildEx
interface
RunningBuildEx
interface
SBuild
Server-side instance of a build.interface
SFinishedBuild
Finished build object.interface
SRunningBuild
Running build interface, contains information specific for running build.Methods in jetbrains.buildServer.serverSide that return types with arguments of type Build Modifier and Type Method Description Map<Build,List<ArtifactInfo>>
DownloadedArtifacts. getArtifacts()
Returns downloaded artifacts as map where build is key, and list of artifacts is valueMap<Build,List<ArtifactInfo>>
ProvidedArtifacts. getArtifacts()
Returns provided artifacts as map where target build is key, and list of artifacts is valueList<Build>
ProvidedArtifacts. getArtifactsTargets()
Returns list of target builds.Methods in jetbrains.buildServer.serverSide with parameters of type Build Modifier and Type Method Description String
RelativeWebLinks. getBuildDependenciesUrl(Build build)
String
RelativeWebLinks. getBuildParametersUrl(Build build)
String
RelativeWebLinks. getDownloadAllArtefactsUrl(Build build)
String
RelativeWebLinks. getViewArtifactsUrl(Build build)
String
RelativeWebLinks. getViewChangesUrl(Build build)
String
RelativeWebLinks. getViewLogUrl(Build build)
String
RelativeWebLinks. getViewResultsUrl(Build build)
-
Uses of Build in jetbrains.buildServer.serverSide.artifacts
Methods in jetbrains.buildServer.serverSide.artifacts that return Build Modifier and Type Method Description Build
ArtifactsInfo. getBuildData()
Deprecated.Return build whose artifact are presented by this objectMethods in jetbrains.buildServer.serverSide.artifacts with parameters of type Build Modifier and Type Method Description static File
ArtifactsInfo. getArtifactsDir(Build build)
Deprecated.Constructors in jetbrains.buildServer.serverSide.artifacts with parameters of type Build Constructor Description ArtifactsInfo(Build build)
Deprecated. -
Uses of Build in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth with parameters of type Build Modifier and Type Method Description void
AccessChecker. checkCanViewBuild(Build build)
static boolean
AuthUtil. hasReadAccessTo(AuthorityHolder authorityHolder, Build build)
Returns true if authority holder has read access to build project -
Uses of Build in jetbrains.buildServer.serverSide.impl
Subinterfaces of Build in jetbrains.buildServer.serverSide.impl Modifier and Type Interface Description interface
FinishedBuildEx
Classes in jetbrains.buildServer.serverSide.impl that implement Build Modifier and Type Class Description class
BaseBuild
class
BaseRunningBuild
class
CompositeRunningBuild
class
DummyBuild
class
FinishedBuildImpl
class
RunningBuildImpl
class
RunningBuildWrapper
Methods in jetbrains.buildServer.serverSide.impl that return Build Modifier and Type Method Description Build
BuildTypeStatusDescriptorImpl. getBuild()
Build
BuildTypeImpl. getBuildByBuildNumber(String buildNumber)
Build
DummyBuildType. getBuildByBuildNumber(String buildNumber)
Build
EditableBuildTypeCopy. getBuildByBuildNumber(String buildNumber)
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type Build Modifier and Type Method Description Map<Build,List<ArtifactInfo>>
DownloadedArtifactsLoggerImpl.DownloadedArtifactsImpl. getArtifacts()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Build Modifier and Type Method Description static String
LogUtil. describe(Build build)
static String
LogUtil. describeMissingBuildTypeForUI(Build build)
Constructors in jetbrains.buildServer.serverSide.impl with parameters of type Build Constructor Description BuildTypeStatusDescriptorImpl(StatusDescriptor statusDescriptor, Build build)
-
Uses of Build in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement Build Modifier and Type Class Description class
SecuredCompositeRunningBuild
class
SecuredFinishedBuildImpl
Created 24.04.13 15:54class
SecuredRunningBuild
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type Build Modifier and Type Method Description void
ServerAccessChecker. checkCanViewBuild(Build build)
static void
ServerAuthUtil. checkReadAccessTo(AuthorityHolder authorityHolder, Build build)
Deprecated.byte[]
SecuredVcsManager. getFileContent(Build build, String filePath)
-
Uses of Build in jetbrains.buildServer.serverSide.stat
Methods in jetbrains.buildServer.serverSide.stat with parameters of type Build Modifier and Type Method Description void
FirstFailedInCache. put2Cache(long buildId, Long testNameId, Build firstFailed)
-
Uses of Build in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that return Build Modifier and Type Method Description Build
VcsLabel. getBuild()
Build for which the label is set.Methods in jetbrains.buildServer.serverSide.vcs with parameters of type Build Modifier and Type Method Description List<VcsLabel>
VcsLabelManager. getLabels(Build build)
Returns all labels for the given buildConstructors in jetbrains.buildServer.serverSide.vcs with parameters of type Build Constructor Description VcsLabel(VcsRootInstance root, Build build, VcsLabel.VcsLabelStatus status, String labelText, String failureReason)
Creates new vcs label info object. -
Uses of Build in jetbrains.buildServer.tags
Methods in jetbrains.buildServer.tags that return types with arguments of type Build Modifier and Type Method Description List<Build>
TagsManager. findAll(String tag)
Returns all finished builds marked with the specified public tag.List<Build>
TagsManager. findAll(String tag, BuildType configuration)
Returns all finished builds marked with the specified public tag for the specified configuration.List<Build>
TagsManager. findAll(String tag, User user)
Returns all finished builds marked with the specified private tag by provided userMethods in jetbrains.buildServer.tags with parameters of type Build Modifier and Type Method Description List<String>
TagsManager. getAllTags(Build build)
Returns all public tags assigned for the specified build. -
Uses of Build in jetbrains.buildServer.tags.impl
Methods in jetbrains.buildServer.tags.impl that return types with arguments of type Build Modifier and Type Method Description List<Build>
TagsManagerImpl. findAll(String tag)
List<Build>
TagsManagerImpl. findAll(String tag, BuildType buildType)
List<Build>
TagsManagerImpl. findAll(String tag, User user)
Methods in jetbrains.buildServer.tags.impl with parameters of type Build Modifier and Type Method Description List<String>
TagsManagerImpl. getAllTags(Build build)
-
Uses of Build in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs with parameters of type Build Modifier and Type Method Description byte[]
VcsContentManager. getFileContent(Build build, String filePath)
Get binary content of the single file in modification set. -
Uses of Build in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type Build Modifier and Type Method Description byte[]
VcsContentManagerImpl. getFileContent(Build build, String filePath)
byte[]
VcsManagerImpl. getFileContent(Build build, String filePath)
List<VcsLabel>
VcsLabeler. getLabels(Build build)
void
VcsLabeler. labelingFailed(Build build, VcsRootInstance root, String label, Throwable ex)
void
VcsLabeler. updateBuildLabel(Build build, VcsRootInstance root, String label, VcsLabel.VcsLabelStatus status, String failureReason)
-
Uses of Build in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util that return types with arguments of type Build Modifier and Type Method Description static Map<SBuildType,Build>
ProjectHierarchyTreeBean. getBuildTypesMap(Collection<? extends Build> builds)
Method parameters in jetbrains.buildServer.web.util with type arguments of type Build Modifier and Type Method Description static Map<SBuildType,Build>
ProjectHierarchyTreeBean. getBuildTypesMap(Collection<? extends Build> builds)
static List<ProjectHierarchyTreeBean>
ProjectHierarchyTreeBean. getForBuilds(SProject project, Collection<? extends Build> builds)
-