Class SharedManagedServiceAccountsMigration

  • All Implemented Interfaces:
    Migration

    @Component
    @ConditionalOnProperty("migrations.migrate-to-shared-managed-service-accounts")
    public class SharedManagedServiceAccountsMigration
    extends java.lang.Object
    implements Migration
    • Constructor Summary

      Constructors 
      Constructor Description
      SharedManagedServiceAccountsMigration​(com.netflix.spinnaker.front50.model.pipeline.PipelineDAO pipelineDAO, com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccountDAO serviceAccountDAO)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()  
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SharedManagedServiceAccountsMigration

        @Autowired
        public SharedManagedServiceAccountsMigration​(com.netflix.spinnaker.front50.model.pipeline.PipelineDAO pipelineDAO,
                                                     com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccountDAO serviceAccountDAO)
    • Method Detail

      • isValid

        public boolean isValid()
        Specified by:
        isValid in interface Migration
      • run

        public void run()
        Specified by:
        run in interface Migration