Class FastlaneTask

    • Field Summary

      • Fields inherited from class com.atlassian.bamboo.specs.api.builders.task.Task

        conditions, description, requirements, taskEnabled
    • Constructor Summary

      Constructors 
      Constructor Description
      FastlaneTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected @NotNull FastlaneTaskProperties build()  
      FastlaneTask environmentVariables​(java.lang.String environmentVariables)
      Environment variables which will be passed to Fastlane process.
      boolean equals​(java.lang.Object o)  
      FastlaneTask executableLabel​(java.lang.String label)
      Label of the Fastlane executable.
      int hashCode()  
      FastlaneTask lane​(@NotNull java.lang.String lane)
      Fastlane lane which should be executed.
      FastlaneTask workingSubdirectory​(java.lang.String workingSubdirectory)
      An alternative subdirectory as working directory for this task.
      • Methods inherited from class com.atlassian.bamboo.specs.api.builders.task.Task

        conditions, description, enabled, requirements, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FastlaneTask

        public FastlaneTask()
    • Method Detail

      • lane

        public FastlaneTask lane​(@NotNull
                                 @NotNull java.lang.String lane)
        Fastlane lane which should be executed.
      • environmentVariables

        public FastlaneTask environmentVariables​(java.lang.String environmentVariables)
        Environment variables which will be passed to Fastlane process.
      • executableLabel

        public FastlaneTask executableLabel​(java.lang.String label)
        Label of the Fastlane executable.
      • workingSubdirectory

        public FastlaneTask workingSubdirectory​(java.lang.String workingSubdirectory)
        An alternative subdirectory as working directory for this task.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class com.atlassian.bamboo.specs.api.builders.task.Task<FastlaneTask,​FastlaneTaskProperties>