Class FactoryRepoUpdate


  • public final class FactoryRepoUpdate
    extends Object
    Factory's git repo information.
    • Constructor Detail

      • FactoryRepoUpdate

        public FactoryRepoUpdate()
    • Method Detail

      • factoryResourceId

        public String factoryResourceId()
        Get the factoryResourceId property: The factory resource id.
        Returns:
        the factoryResourceId value.
      • withFactoryResourceId

        public FactoryRepoUpdate withFactoryResourceId​(String factoryResourceId)
        Set the factoryResourceId property: The factory resource id.
        Parameters:
        factoryResourceId - the factoryResourceId value to set.
        Returns:
        the FactoryRepoUpdate object itself.
      • repoConfiguration

        public FactoryRepoConfiguration repoConfiguration()
        Get the repoConfiguration property: Git repo information of the factory.
        Returns:
        the repoConfiguration value.
      • withRepoConfiguration

        public FactoryRepoUpdate withRepoConfiguration​(FactoryRepoConfiguration repoConfiguration)
        Set the repoConfiguration property: Git repo information of the factory.
        Parameters:
        repoConfiguration - the repoConfiguration value to set.
        Returns:
        the FactoryRepoUpdate object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.