-
- All Implemented Interfaces:
public final class MavenRepositoryDescriptor
-
-
Method Summary
Modifier and Type Method Description final Property<String>getUser()The username. final Property<String>getPassword()The password. final StringgetNexusUrl()The Nexus URL, if installed. final UnitsetNexusUrl(String nexusUrl)The Nexus URL, if installed. final DurationgetNexusTimeOut()The Nexus timeout. final UnitsetNexusTimeOut(Duration nexusTimeOut)The Nexus timeout. final DurationgetNexusConnectionTimeout()The Nexus connection timeout. final UnitsetNexusConnectionTimeout(Duration nexusConnectionTimeout)The Nexus connection timeout. final StringgetName()final UnitsetName(String name)-
-
Method Detail
-
getPassword
final Property<String> getPassword()
The password.
-
getNexusUrl
final String getNexusUrl()
The Nexus URL, if installed.
-
setNexusUrl
final Unit setNexusUrl(String nexusUrl)
The Nexus URL, if installed.
-
getNexusTimeOut
final Duration getNexusTimeOut()
The Nexus timeout.
-
setNexusTimeOut
final Unit setNexusTimeOut(Duration nexusTimeOut)
The Nexus timeout.
-
getNexusConnectionTimeout
final Duration getNexusConnectionTimeout()
The Nexus connection timeout.
-
setNexusConnectionTimeout
final Unit setNexusConnectionTimeout(Duration nexusConnectionTimeout)
The Nexus connection timeout.
-
-
-
-