-
public class NexusRepository
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<URI>nexusUrlprivate final Property<URI>snapshotRepositoryUrlprivate final Property<String>usernameprivate final Property<String>passwordprivate final Property<Boolean>allowInsecureProtocolprivate final Property<String>stagingProfileIdprivate final Stringname
-
Constructor Summary
Constructors Constructor Description NexusRepository(String name, Project project)
-
Method Summary
Modifier and Type Method Description final Property<URI>getNexusUrl()final Property<URI>getSnapshotRepositoryUrl()final Property<String>getUsername()final Property<String>getPassword()final Property<Boolean>getAllowInsecureProtocol()final Property<String>getStagingProfileId()final StringgetName()-
-
Constructor Detail
-
NexusRepository
NexusRepository(String name, Project project)
-
-
Method Detail
-
getNexusUrl
final Property<URI> getNexusUrl()
-
getSnapshotRepositoryUrl
final Property<URI> getSnapshotRepositoryUrl()
-
getUsername
final Property<String> getUsername()
-
getPassword
final Property<String> getPassword()
-
getAllowInsecureProtocol
final Property<Boolean> getAllowInsecureProtocol()
-
getStagingProfileId
final Property<String> getStagingProfileId()
-
-
-
-