Class UpdateCredentialsRepositoryCommand
java.lang.Object
pl.allegro.tech.hermes.management.domain.dc.RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
pl.allegro.tech.hermes.management.domain.credentials.commands.UpdateCredentialsRepositoryCommand
public class UpdateCredentialsRepositoryCommand
extends RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateCredentialsRepositoryCommand(pl.allegro.tech.hermes.domain.CredentialsRepository repository, String password) -
Method Summary
Modifier and TypeMethodDescriptionvoidbackup(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder) voidexecute(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder) Class<pl.allegro.tech.hermes.domain.CredentialsRepository>voidrollback(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder)
-
Constructor Details
-
UpdateCredentialsRepositoryCommand
public UpdateCredentialsRepositoryCommand(pl.allegro.tech.hermes.domain.CredentialsRepository repository, String password)
-
-
Method Details
-
backup
public void backup(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder) - Specified by:
backupin classRepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
-
execute
public void execute(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder) - Specified by:
executein classRepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
-
rollback
public void rollback(DatacenterBoundRepositoryHolder<pl.allegro.tech.hermes.domain.CredentialsRepository> holder) - Specified by:
rollbackin classRepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
-
getRepositoryType
- Specified by:
getRepositoryTypein classRepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
-