Uses of Class
com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
-
Packages that use SharedCredentialsIdentifierProperties Package Description com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.codegen.emitters.credentials Various implementations ofCodeEmitterwhich are used for convertingEntityPropertiesmodel into Java.com.atlassian.bamboo.specs.model.repository.git Git repository type.com.atlassian.bamboo.specs.model.task Tasks you can execute in a job.com.atlassian.bamboo.specs.model.task.docker 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 SharedCredentialsIdentifierProperties Modifier and Type Method Description protected SharedCredentialsIdentifierPropertiesSharedCredentialsIdentifier. build() -
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as SharedCredentialsIdentifierProperties Modifier and Type Field Description protected @Nullable SharedCredentialsIdentifierPropertiesBaseSshTask. sharedCredentialsprotected @Nullable SharedCredentialsIdentifierPropertiesAbstractDockerRegistryTask. 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 SharedCredentialsIdentifierProperties Modifier and Type Method Description @NotNull java.lang.StringSharedCredentialsIdentifierEmitter. 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 SharedCredentialsIdentifierProperties Modifier and Type Method Description SharedCredentialsIdentifierPropertiesSharedCredentialsAuthenticationProperties. getSharedCredentials()Constructors in com.atlassian.bamboo.specs.model.repository.git with parameters of type SharedCredentialsIdentifierProperties Constructor Description SharedCredentialsAuthenticationProperties(SharedCredentialsIdentifierProperties sharedCredentials) -
Uses of SharedCredentialsIdentifierProperties in com.atlassian.bamboo.specs.model.task
Methods in com.atlassian.bamboo.specs.model.task that return SharedCredentialsIdentifierProperties Modifier and Type Method Description @Nullable SharedCredentialsIdentifierPropertiesBaseSshTaskProperties. getSharedCredentialsIdentifierProperties()Constructors in com.atlassian.bamboo.specs.model.task with parameters of type SharedCredentialsIdentifierProperties Constructor Description BaseSshTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties, @Nullable java.lang.String hostFingerprint, int port, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)ScpTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable java.lang.String hostFingerprint, int port, @Nullable ArtifactItemProperties artifactItem, @Nullable java.lang.String localPath, boolean localPathAntStyle, java.lang.String remotePath, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions)SshTaskProperties(java.lang.String description, boolean enabled, java.lang.String host, java.lang.String username, BaseSshTaskProperties.AuthenticationType authenticationType, @Nullable java.lang.String password, @Nullable java.lang.String key, @Nullable java.lang.String passphrase, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifier, @Nullable java.lang.String hostFingerprint, int port, int keepAliveIntervalInSec, java.lang.String command, java.util.List<RequirementProperties> requirements, @NotNull java.util.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 SharedCredentialsIdentifierProperties Modifier and Type Method Description @Nullable SharedCredentialsIdentifierPropertiesDockerRegistryTaskProperties. getSharedCredentialsIdentifier()Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type SharedCredentialsIdentifierProperties Constructor Description DockerRegistryTaskProperties(@Nullable java.lang.String description, boolean enabled, @NotNull DockerRegistryTaskProperties.OperationType operationType, @NotNull java.lang.String image, @NotNull DockerRegistryTaskProperties.RegistryType registryType, @Nullable java.lang.String username, @Nullable java.lang.String password, @Nullable java.lang.String email, @Nullable java.lang.String environmentVariables, @Nullable java.lang.String workingSubdirectory, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties)
-