Class SnapDepChangeLink


  • public class SnapDepChangeLink
    extends Object
    Describes a link to the source for the change form snapshot dependency
    • Method Detail

      • isFromBuildType

        public boolean isFromBuildType()
      • isFromBuild

        public boolean isFromBuild()
      • isFromQueuedBuild

        public boolean isFromQueuedBuild()
      • isUnknown

        public boolean isUnknown()
      • getTitle

        public String getTitle()
      • getType

        @NotNull
        public jetbrains.buildServer.web.functions.change.SnapDepChangeLink.Type getType()
      • getBuildTypeBranchParam

        @NotNull
        public String getBuildTypeBranchParam()
      • getBuildType

        @Nullable
        public SBuildType getBuildType()
      • getBuild

        @Nullable
        public SBuild getBuild()
      • getQueuedBuild

        @Nullable
        public SQueuedBuild getQueuedBuild()