Class BitbucketEnvVarExtension
java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.git.extensions.GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
com.cloudbees.jenkins.plugins.bitbucket.impl.extension.BitbucketEnvVarExtension
- All Implemented Interfaces:
Describable<hudson.plugins.git.extensions.GitSCMExtension>
public class BitbucketEnvVarExtension
extends hudson.plugins.git.extensions.GitSCMExtension
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionBitbucketEnvVarExtension
(String owner, String repository, String projectKey, String serverURL) -
Method Summary
Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension
beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, requiresWorkspaceForPolling
-
Constructor Details
-
BitbucketEnvVarExtension
-
-
Method Details
-
populateEnvironmentVariables
Contribute additional environment variables about the target branch. Since source branch could be from a forked repository, for which the credentials in use are not allowed to do nothing, is discarded.- Overrides:
populateEnvironmentVariables
in classhudson.plugins.git.extensions.GitSCMExtension
- Parameters:
scm
- GitSCM used as referenceenv
- environment variables to be added
-
getOwner
-
getRepository
-
getProjectKey
-
getServerURL
-
hashCode
public int hashCode() -
equals
-