Uses of Interface
jetbrains.buildServer.Build
-
-
Uses of Build in jetbrains
Methods in jetbrains that return Build Modifier and Type Method Description BuildMockBuildType. getBuildByBuildNumber(String buildNumber) -
Uses of Build in jetbrains.buildServer
Subinterfaces of Build in jetbrains.buildServer Modifier and Type Interface Description interfaceRunningBuildRunning build specific informationClasses in jetbrains.buildServer that implement Build Modifier and Type Class Description classMockBuildMethods in jetbrains.buildServer that return Build Modifier and Type Method Description BuildBuildTypeStatusDescriptor. getBuild()Returns the build which was used to get build type status, null if status isStatus.UNKNOWNBuildBuildType. getBuildByBuildNumber(String buildNumber)Returns most recent build instance with specified build number.BuildUserChangeInfo.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.BuildUserChangeInfo. getCurrentBuild(BuildType type)Returns last build for the specified configuration, which contains the change.BuildUserChangeInfo.BuildTypeChangeStatus. getFirstBuildWithChange()Get first build which contains this changeBuildUserChangeInfo. getFirstRunIn(BuildType type)Returns build instance, according to affected configuration, null if change is pending for the configurationBuildUserChangeInfo. getFixedIn(BuildType type)Returns first successful build for the specified configuration, which contains the change.BuildUserChangeInfo.BuildTypeChangeStatus. getFixedInBuild()Get first successful build with this changeBuildBuildType. getLastChangesFinished()Returns last finished instance for the build configuration with last user changes (personal builds and canceled builds are excluded).BuildBuildType. 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 BuildInstanceDataDataFactory. createData(Build instance, User user)static BuildInstanceDataBuildInstanceData. createOn(Build buildInstance, BuildTypeData buildType)voidUserChangeInfo. setCurrent(BuildType type, Build instance)Set current build of the change in corresponding build configurationprotected voidUserChangeInfo.BuildTypeChangeStatus. setCurrentBuild(Build currentBuild)Set the current build.protected voidUserChangeInfo.BuildTypeChangeStatus. setFirstBuildWithChange(Build firstBuildWithChange)Sets first build which contains this change.voidUserChangeInfo. setFirstRunIn(BuildType type, Build instance)Set the first build which contains this change in given build configurationvoidUserChangeInfo. setFixedIn(BuildType type, Build instance)protected voidUserChangeInfo.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 voidRepositoryUtil. logArtifactDownload(javax.servlet.http.HttpServletRequest request, DownloadedArtifactsLogger artifactsLogger, Build sourceBuild, String artifactPath)static org.springframework.web.servlet.ModelAndViewRepositoryUtil. 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 TreePrinterDependenciesBean. getDownloadedArtifacts(Build build)TreePrinterDependenciesBean. 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 voidMockNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)voidNotificator. notifyLabelingFailed(Build build, VcsRoot root, Throwable exception, Set<SUser> users)Called when labeling failed for the build.voidNotificatorAdapter. 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 interfaceBuildExinterfaceRunningBuildExinterfaceSBuildServer-side instance of a build.interfaceSFinishedBuildFinished build object.interfaceSRunningBuildRunning 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 StringRelativeWebLinks. getBuildDependenciesUrl(Build build)StringRelativeWebLinks. getBuildParametersUrl(Build build)StringRelativeWebLinks. getDownloadAllArtefactsUrl(Build build)StringRelativeWebLinks. getViewArtifactsUrl(Build build)StringRelativeWebLinks. getViewChangesUrl(Build build)StringRelativeWebLinks. getViewLogUrl(Build build)StringRelativeWebLinks. 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 BuildArtifactsInfo. 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 FileArtifactsInfo. 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 voidAccessChecker. checkCanViewBuild(Build build)static booleanAuthUtil. 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 interfaceFinishedBuildExClasses in jetbrains.buildServer.serverSide.impl that implement Build Modifier and Type Class Description classBaseBuildclassBaseRunningBuildclassCompositeRunningBuildclassDummyBuildclassFinishedBuildImplclassRunningBuildImplclassRunningBuildWrapperMethods in jetbrains.buildServer.serverSide.impl that return Build Modifier and Type Method Description BuildBuildTypeStatusDescriptorImpl. getBuild()BuildBuildTypeImpl. getBuildByBuildNumber(String buildNumber)BuildDummyBuildType. getBuildByBuildNumber(String buildNumber)BuildEditableBuildTypeCopy. 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 StringLogUtil. describe(Build build)static StringLogUtil. 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 classSecuredCompositeRunningBuildclassSecuredFinishedBuildImplCreated 24.04.13 15:54classSecuredRunningBuildMethods in jetbrains.buildServer.serverSide.impl.auth with parameters of type Build Modifier and Type Method Description voidServerAccessChecker. checkCanViewBuild(Build build)static voidServerAuthUtil. 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 voidFirstFailedInCache. 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 BuildVcsLabel. 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)voidVcsLabeler. labelingFailed(Build build, VcsRootInstance root, String label, Throwable ex)voidVcsLabeler. 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)
-