RepositoryScope

enum RepositoryScope : Enum<MavenBuildStep.RepositoryScope>

Maven local repository scope.

Entries

Link copied to clipboard

Shared by all the builds in a single build configuration. Can be cleaned by agent to free disk space.

Link copied to clipboard

Shared by all the builds on the agent. Can be cleaned by agent to free disk space.

Link copied to clipboard

Shared by all build configurations and all agents on the machine.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int