Interface InternalDeploymentVersion

All Superinterfaces:
BambooIdProvider, CreationDateProvider, NameProvider
All Known Subinterfaces:
DeploymentVersion, MutableDeploymentVersion
All Known Implementing Classes:
DeploymentVersionImpl, MutableDeploymentVersionImpl, RestDeploymentVersion

@Internal public interface InternalDeploymentVersion extends BambooIdProvider, NameProvider, CreationDateProvider
  • Field Details

  • Method Details

    • getId

      long getId()
      Specified by:
      getId in interface BambooIdProvider
    • getName

      @NotNull @NotNull String getName()
      Specified by:
      getName in interface NameProvider
    • getCreationDate

      Date getCreationDate()
      Specified by:
      getCreationDate in interface CreationDateProvider
      Returns:
      Date the version object was created.
    • getCreatorUserName

      String getCreatorUserName()
      Returns:
      the username of the person who created this version
    • getPlanBranchName

      @NotNull @NotNull String getPlanBranchName()
    • getAgeZeroPoint

      @NotNull @NotNull Date getAgeZeroPoint()
      Returns:
      Zero time point for calculation of the version's age.
    • getDeploymentProjectId

      @Nullable @Nullable Long getDeploymentProjectId()
      Since:
      8.2