Uses of Class
com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
Packages that use SharedCredentialsIdentifierProperties
Package
Description
Shared credentials for authenticating repositories or AWS access.
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter
which are used for converting
EntityProperties
model into Java.Git repository type.
Tasks you can execute in a job.
Properties classes related to Docker CLI task.
-
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.api.builders.credentials
Methods in com.atlassian.bamboo.specs.api.builders.credentials that return SharedCredentialsIdentifierPropertiesModifier and TypeMethodDescriptionprotected SharedCredentialsIdentifierProperties
SharedCredentialsIdentifier.build()
-
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as SharedCredentialsIdentifierPropertiesModifier and TypeFieldDescriptionprotected @Nullable SharedCredentialsIdentifierProperties
BaseSshTask.sharedCredentials
protected @Nullable SharedCredentialsIdentifierProperties
AbstractDockerRegistryTask.sharedCredentialsIdentifier
-
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.codegen.emitters.credentials
Methods in com.atlassian.bamboo.specs.codegen.emitters.credentials with parameters of type SharedCredentialsIdentifierPropertiesModifier and TypeMethodDescription@NotNull String
SharedCredentialsIdentifierEmitter.emitCode
(@NotNull CodeGenerationContext context, @NotNull SharedCredentialsIdentifierProperties entity) -
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.model.repository.git
Methods in com.atlassian.bamboo.specs.model.repository.git that return SharedCredentialsIdentifierPropertiesModifier and TypeMethodDescriptionSharedCredentialsAuthenticationProperties.getSharedCredentials()
Constructors in com.atlassian.bamboo.specs.model.repository.git with parameters of type SharedCredentialsIdentifierPropertiesModifierConstructorDescriptionSharedCredentialsAuthenticationProperties
(SharedCredentialsIdentifierProperties sharedCredentials) -
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return SharedCredentialsIdentifierPropertiesModifier and TypeMethodDescription@Nullable SharedCredentialsIdentifierProperties
BaseSshTaskProperties.getSharedCredentialsIdentifierProperties()
Constructors in com.atlassian.bamboo.specs.model.task with parameters of type SharedCredentialsIdentifierPropertiesModifierConstructorDescriptionBaseSshTaskProperties
(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties, @Nullable String hostFingerprint, int port, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) ScpTaskProperties
(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable String localPath, boolean localPathAntStyle, String remotePath, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) SshTaskProperties
(String description, boolean enabled, String host, String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable String password, @Nullable String key, @Nullable String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable String hostFingerprint, int port, int keepAliveIntervalInSec, String command, List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.model.task.docker
Methods in com.atlassian.bamboo.specs.model.task.docker that return SharedCredentialsIdentifierPropertiesModifier and TypeMethodDescription@Nullable SharedCredentialsIdentifierProperties
DockerRegistryTaskProperties.getSharedCredentialsIdentifier()
Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type SharedCredentialsIdentifierPropertiesModifierConstructorDescriptionDockerRegistryTaskProperties
(@Nullable String description, boolean enabled, @NotNull DockerRegistryTaskProperties.OperationType operationType, @NotNull String image, @NotNull DockerRegistryTaskProperties.RegistryType registryType, @Nullable String username, @Nullable String password, @Nullable String email, @Nullable String environmentVariables, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties)