Class FastlaneTaskProperties

    • Constructor Detail

      • FastlaneTaskProperties

        protected FastlaneTaskProperties()
      • FastlaneTaskProperties

        public FastlaneTaskProperties​(@Nullable
                                      @Nullable java.lang.String description,
                                      boolean enabled,
                                      @NotNull
                                      @NotNull java.lang.String lane,
                                      @Nullable
                                      @Nullable java.lang.String environmentVariables,
                                      @NotNull
                                      @NotNull java.lang.String executableLabel,
                                      @Nullable
                                      @Nullable java.lang.String workingSubdirectory,
                                      @NotNull
                                      @NotNull java.util.List<RequirementProperties> requirements,
                                      @NotNull
                                      @NotNull java.util.List<? extends ConditionProperties> conditions)
                               throws PropertiesValidationException
        Throws:
        PropertiesValidationException
    • Method Detail

      • getLane

        @NotNull
        public @NotNull java.lang.String getLane()
      • getEnvironmentVariables

        @Nullable
        public @Nullable java.lang.String getEnvironmentVariables()
      • getExecutableLabel

        @Nullable
        public @Nullable java.lang.String getExecutableLabel()
      • getWorkingSubdirectory

        @Nullable
        public @Nullable java.lang.String getWorkingSubdirectory()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class TaskProperties