Interface ProjectVersion

All Superinterfaces:
Resource
All Known Implementing Classes:
DefaultProjectVersion

public interface ProjectVersion extends Resource
A resource that carries the version string of a project.
  • Method Details

    • project

      Returns the project the version belongs to.
      Returns:
      the project
    • version

      Returns the version string.
      Returns:
      the version
    • of

      static ProjectVersion of(Project project, String version)
      Creates a new project version.
      Parameters:
      project - the project
      version - the version
      Returns:
      the project version