public class Registry extends hudson.model.AbstractDescribableImpl<Registry> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Registry.DescriptorImpl |
Constructor and Description |
---|
Registry(String nickname,
String regUrl,
String regUsername,
hudson.util.Secret regPassword) |
Modifier and Type | Method and Description |
---|---|
String |
getNickname() |
hudson.util.Secret |
getRegPassword() |
String |
getRegUrl() |
String |
getRegUsername() |
Copyright © 2016–2022. All rights reserved.