Class GitCommandValueSource

  • All Implemented Interfaces:
    org.gradle.api.provider.ValueSource

    
    public abstract class GitCommandValueSource
     implements ValueSource<String, Parameters>
                        

    Value source for reading results of external git commands.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ExecOperations execOperations
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ExecOperations getExecOperations() Execution operations instance to execute external process.
      String obtain()
      • Methods inherited from class org.gradle.api.provider.ValueSource

        getParameters
      • Methods inherited from class java.lang.Object

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

      • GitCommandValueSource

        GitCommandValueSource()
    • Method Detail

      • getExecOperations

        @Inject() abstract ExecOperations getExecOperations()

        Execution operations instance to execute external process.