Class AbstractBuildTypeBranch
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.BranchImpl
-
- jetbrains.buildServer.serverSide.impl.BaseFilteredBranch
-
- jetbrains.buildServer.serverSide.impl.AbstractBuildTypeBranch
-
- All Implemented Interfaces:
Comparable<BranchEx>
,Branch
,BranchEx
,FilteredBranch
public abstract class AbstractBuildTypeBranch extends BaseFilteredBranch implements BranchEx
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.impl.BaseFilteredBranch
myBuildType
-
Fields inherited from interface jetbrains.buildServer.serverSide.Branch
DEFAULT_BRANCH_NAME, UNSPECIFIED_BRANCH_NAME
-
-
Constructor Summary
Constructors Constructor Description AbstractBuildTypeBranch(String branchName, BuildTypeEx buildType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(BranchEx b)
String
getDisplayName()
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.BaseFilteredBranch
fromBranchEx, fromBuild, getBuildType, getPrecalcContext, withPrecalcContext
-
Methods inherited from class jetbrains.buildServer.serverSide.impl.BranchImpl
equals, getName, hashCode, isDefaultBranch, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.Branch
getName, isDefaultBranch
-
Methods inherited from interface jetbrains.buildServer.serverSide.BranchEx
getBuildType, getDetectedChanges, getDetectedChanges, getDetectedChanges, getDummyBuild, getDummyBuildPromotion, getLastChangesFinished, getLastChangesStarted, getLastChangesSuccessfullyFinished, getLastFinished, getLastStarted, getLatestBuilds, getQueuedBuilds, getRunningBuilds, getStatus, getStatusDescriptor, getTimestamp, isActive
-
Methods inherited from interface jetbrains.buildServer.serverSide.FilteredBranch
getPrecalcContext, withPrecalcContext
-
-
-
-
Constructor Detail
-
AbstractBuildTypeBranch
public AbstractBuildTypeBranch(@NotNull String branchName, @NotNull BuildTypeEx buildType)
-
-
Method Detail
-
getDisplayName
@NotNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceBranch
- Overrides:
getDisplayName
in classBranchImpl
- Returns:
- branch display name, i.e. name to show to user
-
compareTo
public int compareTo(BranchEx b)
- Specified by:
compareTo
in interfaceComparable<BranchEx>
-
-