Class ScmIdentity
java.lang.Object
pl.allegro.tech.build.axion.release.domain.scm.ScmIdentity
-
Constructor Summary
ConstructorsConstructorDescriptionScmIdentity(boolean useDefault, boolean disableAgentSupport, boolean privateKeyBased, boolean usernameBased, String privateKey, String passPhrase, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptionstatic ScmIdentitystatic ScmIdentitybooleanbooleanbooleanbooleanstatic ScmIdentitykeyIdentity(String privateKey, String passPhrase) static ScmIdentityusernameIdentity(String username, String password)
-
Constructor Details
-
ScmIdentity
-
-
Method Details
-
defaultIdentity
-
defaultIdentityWithoutAgents
-
keyIdentity
-
usernameIdentity
-
isUseDefault
public boolean isUseDefault() -
isDisableAgentSupport
public boolean isDisableAgentSupport() -
isPrivateKeyBased
public boolean isPrivateKeyBased() -
isUsernameBased
public boolean isUsernameBased() -
getPrivateKey
-
getPassPhrase
-
getUsername
-
getPassword
-