File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
public class SSHUserPrivateKeyBinding extends MultiBinding <SSHUserPrivateKey > {
50
50
51
51
public final String keyFileVariable ;
52
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility. " )
52
+ @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "TODO clean up " )
53
53
public String usernameVariable ;
54
- @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "Preserve API compatibility. " )
54
+ @ SuppressFBWarnings (value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE" , justification = "TODO clean up " )
55
55
public String passphraseVariable ;
56
56
57
57
@ DataBoundConstructor public SSHUserPrivateKeyBinding (@ NonNull String keyFileVariable , String credentialsId ) {
You can’t perform that action at this time.
0 commit comments