public class GogsProjectProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>
| Modifier and Type | Class and Description |
|---|---|
static class |
GogsProjectProperty.DescriptorImpl |
| Constructor and Description |
|---|
GogsProjectProperty(hudson.util.Secret gogsSecret,
boolean gogsUsePayload,
String gogsBranchFilter) |
GogsProjectProperty(String gogsSecret,
boolean gogsUsePayload,
String gogsBranchFilter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
filterBranch(String ref) |
String |
getGogsBranchFilter() |
hudson.util.Secret |
getGogsSecret() |
boolean |
getGogsUsePayload() |
boolean |
getHasBranchFilter() |
@Deprecated public GogsProjectProperty(String gogsSecret, boolean gogsUsePayload, String gogsBranchFilter)
@DataBoundConstructor
public GogsProjectProperty(hudson.util.Secret gogsSecret,
boolean gogsUsePayload,
String gogsBranchFilter)
Copyright © 2016–2019. All rights reserved.