Class CapabilityPropertiesImpl

    • Constructor Detail

      • CapabilityPropertiesImpl

        public CapabilityPropertiesImpl()
    • Method Detail

      • getCapabilitySet

        @NotNull
        public @NotNull CapabilitySet getCapabilitySet()
        Will only return what is stored in the database against this agent. This is not necessarily the complete capability set for the Pipeline. Use {#getAgentCapabilitySet} instead
        Specified by:
        getCapabilitySet in interface CapabilityProperties
        Returns:
        capablity set stored against this agent.
      • newCapabilitySet

        protected abstract CapabilitySet newCapabilitySet()